/////////////////////////////////////////////////////////// // Author : Viget Labs - BW // Created : // Revised : // Notes : key javascript files /////////////////////////////////////////////////////////// function popupPrint(fileName) { window.open(fileName, "windowPrint", "width=540,height=400,status=no,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes"); } function popupEmail(title,URL) { window.open("popup-email.asp?emailPageTitle="+title+"&emailPageURL="+URL, "windowEmail", "width=540,height=500,location=no,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes"); } function popupECard() { window.open("ecards/", "windowECard", "width=660,height=450,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes"); } function popupEmailList() { window.open("popup-email_list.php", "windowEmailList", "width=440,height=300,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes"); } function popupJukebox(whichJukebox) { window.open(whichJukebox, "windowJukebox", "width=250,height=550,status=no,menubar=no,toolbar=no,scrollbars=no,resizable=no"); } function popupContent(whichFile) { window.open(whichFile, "windowContent", "width=640,height=400,status=yes,menubar=no,toolbar=yes,scrollbars=yes,resizable=yes"); } function popupSitePhone() { window.open("http://www2.fanscape.com/contests/samsungbritneyspears/signup.asp", "windowPrint", "width=620,height=450,status=yes,menubar=no,toolbar=yes,scrollbars=yes,resizable=yes"); } function popupPhoto(strImage, iWidth, iHeight, strCaption) { strUrl = "pages/popuppic.php?image=" + strImage + "&width=" + iWidth + "&height=" + iHeight + "&caption=" + strCaption; iWidth = iWidth + 100; iHeight = iHeight + 100; oWindow = window.open(strUrl, 'winPhoto', 'width=' + iWidth + ',height=' + iHeight + ',status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes'); oWindow.resizeTo(iWidth,iHeight); oWindow.focus(); } function popupPage(strUrl,iWidth,iHeight) { oWindow = window.open(strUrl, 'windowContent', 'width=' + iWidth + ',height=' + iHeight + ',status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes'); oWindow.resizeTo(iWidth,iHeight); oWindow.focus(); } // mouseovers var home2 = new Image; var news2 = new Image; var about2 = new Image; var music2 = new Image; var corner2 = new Image; var foundation2 = new Image; var extras2 = new Image; var tour2 = new Image; home2.src = "images/button-home-2.gif"; news2.src = "images/button-news-2.gif"; about2.src = "images/button-about-2.gif"; music2.src = "images/button-music-2.gif"; corner2.src = "images/button-lynnes_corner-2.gif"; foundation2.src = "images/button-foundation-2.gif"; extras2.src = "images/button-extras-2.gif"; tour2.src = "images/button-tour-2.gif";