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=10,top=10,height=800,width=1072");
}
