if(navigator.appVersion.substring(0,1) < "4")
{
self.location.href ="index3browser.htm";
}

function GS_frameinit() {
var st = window.location.href;
var mypos = st.indexOf("?");

if (mypos > 0) {
st=st.substr(st.indexOf('?')+1,st.length-st.indexOf('?')-1);
self.Hauptframe.location.replace(st);
}



}

function GS_exit() {

  if (theBasket.length>1) {
      event.returnValue = Loc_BeforeUnload;

  }
}
