function loadPlayer(path, title) {
	window.open('player.php?f='+path+'&t='+title,null, 'height=10,width=420,status=no,toolbar=no,menubar=no,location=no');
}