derText="<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td><img src=\"images/leer.gif\" width=\"168\" height=\"1\" border=\"0\" alt=\"abstand\"></td><td align=\"right\"><font face=\"Verdana, Arial, SansSerif\" size=\"1\">Nach kurzer Zeit werden Sie zu<br>der f&uuml;r Sie optimierten Version geleitet</font></td></tr></table>";


nn4=false;
nn6=false;
w3c=false;
ie4=false;
ie5=false;
opa=false;

//Belegen der Browser-Variablen
//Netscape 4
if (navigator.appName.substring(0,8)=="Netscape" && parseInt(navigator.appVersion)==4)
    nn4=true;
else if (document.getElementById) {
        w3c=true;
        if (navigator.appName.substring(0,8)=="Netscape" && parseInt(navigator.appVersion)>=5)
           nn6=true;
        if (navigator.appName.substring(0,8)=="Microsof" && parseInt(navigator.appVersion)>=4)
           ie5=true;
     }
else if (navigator.appName.substring(0,8)=="Microsof" && parseInt(navigator.appVersion)>=4)
        ie4=true;

if (navigator.appName=="Opera")
   opa=true;



function schreibHinweis() {
   if (nn6 || ie4 || ie5) document.write("<br><a href=\"JavaScript:checkW3CGross();\" onmouseout=\"window.status=''; return true;\" onmouseover=\"window.status='dhtml version'; return true;\" class=\"klein\">dhtml version</a>");
   if (nn4) document.write("<br><a href=\"JavaScript:checkNN4Gross();\" onmouseout=\"window.status=''; return true;\" onmouseover=\"window.status='dhtml version'; return true;\" class=\"klein\">dhtml version</a>");
}



function checkW3CGross() {

  if (navigator.appName.substring(0,8)=="Microsof") {
     hoehe=top.document.body.offsetHeight;
     breite=top.document.body.offsetWidth;
  }else {
     breite=window.innerWidth;
     hoehe=window.innerHeight;
  }
  //alert(breite + "\n" + hoehe);
  if (breite>=950 && hoehe>=500) {
     if (top.location.href.indexOf("_gr")<0) top.location.href="home_gr.htm";
     }
  else
     if (!top.sizeKlein) top.location.href="home.htm";
}



function checkNN4Gross() {

  if (navigator.appName.substring(0,8)=="Microsof") {
     hoehe=top.document.body.offsetHeight;
     breite=top.document.body.offsetWidth;
  }else {
     breite=window.innerWidth;
     hoehe=window.innerHeight;
  }
  //alert(breite + "\n" + hoehe);
  if (breite>=950 && hoehe>=500)
     top.location.href="home_n4.htm";
  else
     top.location.href="home_n4.htm";
}


function geheOhne() {
     top.location.href="home_ht.htm";
}
