function start_shop(){ var INSASS=false; if(!pages_browser_test()){alert("Sorry, your browser is not supported");} else { if (!top.INSASS) { // STEP 1 document.cookie = "LOADTHISPAGENOW" + "=" + escape(window.location.href)+"; path=/" // STEP 2 top.location.href = "../../system/index.html" } // if } //else } // end of function function pages_browser_test(){ // Adapted from Ultimate client-side JavaScript client sniff. // (C) Netscape Communications 1999. Permission granted to reuse and distribute. agt=navigator.userAgent.toLowerCase(); is_major = parseInt(navigator.appVersion); is_nav = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1) && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1) && (agt.indexOf('webtv')==-1)); is_nav3up = (is_nav && (is_major >=3)); is_ie3up = ((agt.indexOf("msie") != -1) && (is_major >=2)); // NB 2 not 3 return(is_nav3up||is_ie3up); }// end pages_browser_test function nosass(){ // invoked if 'buy' attempted when shopsys not loaded if(confirm("Shopping system not loaded,\npress OK to load?")) { start_shop(); } else {return(' ');} } // For loading outside system function newchoice() { nosass(); } function ToLobby() { nosass(); } function reviewbasket() { nosass(); } function terms() { nosass(); } function checkout() { nosass(); } function qty_fix() { nosass(); } function revQfix() { return('')} function listtext() { return(nosass()); } function listvalue() { return(nosass()); } // -->