var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); /* ************************************************* * * MyJavaScript.asp * Popup Window code (in JavaScript) * basic open/close version * * Updated: May 7, 2001 * By: nca7 (Georgia, USA) * *************************************************** */ function popupFAQ(filename) { // Show FAQ popup window based on features provided faq_window = window.open( filename, "faq_window", "left=110,top=90,width=375,height=280,resizable=1,scrollbars=1,toolbar=0,status=0,location=0,directories=0,menubar=0"); faq_window.focus(); } function popupWizard(filename) { // Show Wizard popup window based on features provided wizard_window = window.open( filename, "wizard_window", "left=120,top=100,width=375,height=300,resizable=1,scrollbars=1,toolbar=0,status=0,location=0,directories=0,menubar=0"); wizard_window.focus(); } function popupSample(filename) { // Show Sample Web Site popup window based on features provided sample_window = window.open( filename, "sample_window", "left=120,top=100,width=670,height=560,resizable=1,scrollbars=1,toolbar=0,status=0,location=0,directories=0,menubar=0"); sample_window.focus(); } function popupPhoto(filename) { // Show Sample Web Site popup window based on features provided sample_window = window.open( filename, "photo_window", "left=120,top=100,width=485,height=425,resizable=1,scrollbars=1,toolbar=0,status=0,location=0,directories=0,menubar=0"); sample_window.focus(); } function popupPayflow(filename) { // Show Payflow Web Site popup window based on features provided payflow_window = window.open( filename, "payflow_window", "left=120,top=100,width=775,height=500,resizable=1,scrollbars=1,toolbar=0,status=0,location=0,directories=0,menubar=0"); payflow_window.focus(); } function popupHelp(filename) { // Show Help Web Site popup window based on features provided var browser = navigator.appName.substring(0,8); if (browser == "Netscape") help_window = window.open( filename, "help_window", "left=120,top=50,width=615,height=530,resizable=1,scrollbars=1,toolbar=1,status=1,location=1,directories=1,menubar=1"); else help_window = window.open( filename, "help_window", "left=120,top=50,width=615,height=675,resizable=1,scrollbars=1,toolbar=1,status=1,location=1,directories=1,menubar=1"); help_window.focus(); } function ClosePopup(filename) { // Close window from itself or opener if (!filename) { self.close(); } else if (filename == "opener") { if (self.opener.open && !self.opener.closed) self.opener.close(); } else { if (filename.lastIndexOf('_window') > 0) win = filename else win = getNameRoot(filename) + '_window'; if (eval('window.' + win + ' && ' + win + '.open && !' + win + '.closed')) eval(win + '.close()'); } } function NewPage(newURL) { // Changes main window to a new page and closes the popup self.opener.location.href = newURL; ClosePopup(); } function popupTour(filename) { // Show Tour pages in a popup tour_window = window.open( filename, "tour_window", "left=120,top=100,width=570,height=330,resizable=1,scrollbars=1,toolbar=0,status=0,location=0,directories=0,menubar=0"); tour_window.focus(); } function popupTry(filename) { // Show Try It pages in a popup try_window = window.open( filename, "try_window", "left=120,top=100,width=745,height=500,resizable=1,scrollbars=1,toolbar=1,status=0,location=0,directories=0,menubar=0"); try_window.focus(); } function popupNameIt(filename) { // Show Name It pages in a popup nameit_window = window.open( filename, "nameit_window", "left=120,top=100,width=400,height=300,resizable=1,scrollbars=1,toolbar=0,status=0,location=0,directories=0,menubar=0"); nameit_window.focus(); } } /* FILE ARCHIVED ON 19:26:24 Oct 16, 2004 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 15:38:45 Apr 27, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): RulesEngine.query: 0.015 PetaboxLoader3.resolve: 25.403 PetaboxLoader3.datanode: 15.36 */