function player(sndfile){
	popup = window.open(sndfile,"Music","menubar=yes,locationbar=yes,statusbar=yes,toolbar=yes,resizable=yes,left=20,top=20,height=75,width=300");
}

function scoreViewer(pdfFile){
	popup = window.open(pdfFile,"Score","menubar=yes,locationbar=yes,statusbar=yes,toolbar=yes,resizable=yes,left=300,top=20,height=480,width=480");
}
