function 
myPopup(url,windowname,w,h,x,y){
window.open(url,windowname,"resizable=no,toolbar=no,scrollbars=no,menubar=no,status=no,directories=no,width="+w+",height="+h+",left="+x+",top="+y+"");
};
function player(path, title, desc) {
  window.open("style/player.php?path="+path+"&title="+title+"&desc="+desc, 'playerWin', 'width=300,height=200,toolbar=no,scrollbars=no,resizable=no')
};