function OpenWin(strURL){
var options = "toolbar=0,status=0,menubar=0,scrollbars=1,resizable=0,width=500,height=350,titlebar=0,screenX=219,left=219,screenY=210,top=210"; 
window.open (strURL, "_blank", options)
}

function OpenWinLyrics(strURL){
var options = "toolbar=0,status=0,menubar=0,scrollbars=1,resizable=0,width=500,height=350,titlebar=0,screenX=219,left=219,screenY=210,top=210"; 
window.open ('/store/lyrics/'+strURL+".asp", "_blank", options)
}


function OpenGuestbookWin(){
var options = "toolbar=0,status=0,menubar=0,scrollbars=1,resizable=1,width=455,height=300,titlebar=0,screenX=50,left=0,screenY=50,top=0"; 
window.open ('guestbook.asp', "_blank", options)
}

