var INSASS=false;
function start_shop(){
                                      
if(!pages_browser_test()){alert("Sorry, your browser is not supported");}
else
 {
 if (!top.INSASS)
   {

      document.cookie = "LOADTHISPAGENOW" + "=" +
                escape(window.location.href)+"; path=/"
   top.location.href = "system/index.html"

   } // if
 }  //else
}  // end of function

		 function nosass(){
if(confirm("Load shopping system,then\nreturn to this page to continue?"))
{ start_shop(); }
else
{return(' ');}
}
function pages_browser_test(){

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 wMCP(V){if(V==Math.floor(V)){V+=".00";}else if(10*V==Math.floor(10*V)){V+="0";}document.write("£"+V);}
function wCMCP(V){wMCP(V);}
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()); }
