function openPlayerPopup() {
    window.open("player/player.html",
		"Choir of the West Audio Player",
		"resizable=no,scrollbars=no,status=no,width=320,height=200");
}