/////////////////////////////////////////////////////////// // Author : Viget Labs - BW // Created : // Revised : // Notes : key javascript files /////////////////////////////////////////////////////////// function popupList() { window.open("elist.asp", "windowPopup", "width=400,height=250,status=no,menubar=no,toolbar=no,scrollbars=no,resizable=yes"); } function popupTell() { url = 'exit.asp?id=tell'; stWindow = window.open(url, 'superTell', 'width=660,height=700,status=yes,menubar=no,' + 'toolbar=no,scrollbars=yes,resizable=yes'); stWindow.focus(); } function popupPrivacy() { window.open("popup-privacy.asp", "winPrivacy", "menubar=no,location=no,titlebar=no,scrollbars=yes,width=550,height=350,resizeable=yes"); } function popupSurvey() { window.open("exit.asp?id=feedback", "windowPrint", "width=680,height=550,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes"); } function popupPlayer() { window.open("player.asp", "windowPlayer", "width=300,height=500,status=no,menubar=no,toolbar=no,scrollbars=no,resizable=yes"); } function popupLyrics(page,song) { strUrl = 'lyrics.asp?page=' + page + '#' + song; oWindow = window.open(strUrl, "winImage", "width=640,height=550,scrollable=yes,scrollbars=yes,resizable=yes"); oWindow.focus(); }