var theURL=String(window.location);
var Index,URL,Wo="";
if(theURL.indexOf('http://localhost/asp-tools/')==0){URL=theURL.substring(27);}
if(theURL.indexOf('http://hans/asp-tools/')==0){URL=theURL.substring(22);}
if(theURL.indexOf('http://www.asp-tools.de/')==0){URL=theURL.substring(24);}
var Trenn = URL.split("/");
for(var i=1;i<Trenn.length;i++){Wo=Wo+"../";}
Index=Wo+'index.html?'

if(window.name!='mainF'&&window.name!='booker_'&&!((self.innerHeight==0)&&(self.innerWidth==0)))
top.location.replace(Index+URL+'~mainF')
