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

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

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


//	if (self.location.hash != '') {
//		var Path = self.Hauptframe.location.href.substring(0, self.Hauptframe.location.href.lastIndexOf('/'));
//		var SubPage = self.location.hash.substring(1, self.location.hash.length);
//		self.Hauptframe.location.href = Path + "/" + SubPage;
//	}
}

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

  } 
}
