<!--

function fullFrame()
{
  if(top != self){
    top.location = self.location;
    if(top.Banner && top.Navi && top.Main)
      alert("Sie wurden zur Startseite weitergeleitet!");
  }
}

function checkFrame()
{
if(location.search){
	if(location.search.substr(9,10)!= "archiv_200"){
		frames.Main.location.href = location.search.substring(1,location.search.length);
		if(location.search.substr(2,3) == "wir")
			frames.Navi.location.href = "inhalt_banner/inhalt_wir.html";
  }
  if(location.search.substr(9,10) == "archiv_200"){
  	frames.Main.location.href = "archiv/archiv.html";
  }
}
}
   
//-->
