//  =======================================================================================
//  Entry to Javascript "Shop@ssistant" Shopping Basket (for qualified browsers)
//  with provision for all other graphical browsers
//  All rights reserved. Copyright 1998 The Floyd Consultancy t/f/c
//  Version 3.51
//  Developed by Rodney Myers
//  =======================================================================================
var SASS_ID  = "6186273A" //##60#
var nappN=navigator.appName;var nappV=navigator.appVersion;
var NN=(nappN=="Netscape"&&parseInt(nappV.substring(0,1))>=3);
var IE=(nappN=="Microsoft Internet Explorer"&&parseInt(nappV.substring(0,1))>=2);
var jsok=(NN||IE);
var INSASS;
var nqmsg="On-line shopping is not supported for this browser.\n\nPlease enjoy looking around our site\nand contact us by phone or e-mail\nwith your requirements."
function redirect(){
 if(window.name!="X_AUDIT")
	{
	var Path     = currentPath(window.location.href);
	var System   = Path+"system/index.html";
	var Entrance = Path+"pages/index.html"; //##34#2
	INSASS=false;
	var SameSASS = ( top.INSASS && top.user.SASS_ID == SASS_ID ) ;
	//if (SameSASS)  { top.ToLobby() }
	//if (jsok) { top.location = System    }
	//else      { alert(nqmsg);top.location = Entrance  }
 }//endif
}
function currentPath(Loc) { /* 16MAR2000 */
Loc=""+Loc;var L=Loc.length;
var suffices="|htm|html|shtml|asp|php|HTM|";
var qry=Loc.lastIndexOf("?");
Loc=(qry==-1)?Loc:Loc.substring(0,qry);
var normal=Loc.lastIndexOf("/");
var back=Loc.lastIndexOf("\\");
var dot=Loc.lastIndexOf(".");
var sfx=Loc.substring(dot+1);
var OK=(suffices.indexOf("|"+sfx+"|")>-1)||(normal==L-1)||(back==L-1);
if(!OK){Loc+="/";normal=Loc.lastIndexOf("/");}
var ret=Loc;
if(back>normal){ret=ret.substring(0,back+1)}
else{ret=ret.substring(0,normal+1)};
return(ret);
}

