function mailPopup() {

    var winAddress = "popupEmail.html";
    window.open(winAddress, "Email the music directors","locationbar=yes,left=300,top=300,height=400,width=400");

}

function player(sndfile){

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

}

function scoreViewer(pdfFile){

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

}

