function openSongWindow() {
 var swin=window.open("../resources/getrfrei.htm", "SongWindow", "width=250,height=460,scrollbars=no,resizable=yes");
 swin.focus();
 }