function player(sndfile){ 

    window.open(sndfile,"Music","menubar=yes,locationbar=yes,statusbar=yes,toolbar=yes,resizable=yes,left=20,top=20,height=100,width=600"); 
}

function scoreViewer(pdfFile){
    
    window.open(pdfFile,"Score","menubar=yes,locationbar=yes,statusbar=yes,toolbar=yes,resizable=yes,left=10,top=10,height=800,width=1072");
}

