/* FILE ARCHIVED ON 11:27:47 Jan 7, 2009 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 4:54:58 Sep 3, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ function dotComPopUp(theURL, theWidth, theHeight) { window.open(theURL, "", "width=" + theWidth + ", height=" + theHeight + ", resizable=1, scrollbars=1"); // for onclick handlers, so the parent page doesn't renavigate... }