function mp3Player(filename, name){
	window.open('mp3Player.php?path=' + filename + '&name=' + name, '', 'width=400,height=200,scrollbars=no')
}

function imagePopup(filename){
	window.open('imagePopup.php?image=' + filename, '', 'width=500,height=500,scrollbars=no')
}