if (window.createPopup && document.compatMode && document.compatMode=="CSS1Compat"){
  document.onreadystatechange = onresize = function fixIE6AbsPos(){
    if (!document.body) return;
    if (document.body.style.margin != "0px") document.body.style.margin = 0;
    onresize = null;
    document.body.style.height = 0;
    setTimeout(function(){ document.body.style.height = document.documentElement.scrollHeight+"px"; }, 1);
    setTimeout(function(){ onresize = fixIE6AbsPos; }, 100);
  }
}

//statusbar wird bei mouseover von links gesetzt//
function statbar(state)
{
if (state==1) inhalt="Suche starten!";
if (state==0) inhalt="";
var t = setTimeout('window.status = inhalt', 1);
return true;
}
//statusbar wird bei mouseover von links gesetzt//

//suche check ob eingabe da//
function searcher()
{
  if (document.suchform.Suche.value.length>1 && document.suchform.Suche.value.length<200) document.suchform.submit();
}
//suche check ob eingabe da//
