document.write("<meta name='copyright' content='Dr. Frank-Martin Meyer, martin@fmmeyer.de'>");
document.write("<meta http-equiv='Content-Type' content='text/html;charset=iso-8859-1'>");

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

if ((browserName == "Netscape") && (browserVer < 5)) {
   document.write("<style TYPE='text/javascript'>tags.H1.fontSize='14pt';tags.H2.fontSize='12pt';tags.H3.fontSize='10pt';tags.H4.fontSize='8pt';tags.P.fontSize='10pt';tags.TD.fontSize='10pt';classes.kleiner.all.fontSize='8pt';classes.fliess.all.fontSize='10pt';classes.groesser.all.fontSize='12pt';</style>");}

if (browserVer >= 3) version = "n3";
else version = "n2";

function WinOpen(L) {
   x = L;
   if ((x.indexOf(".htm") == -1) && (x.indexOf(".asp") == -1)) {x += ".htm";}
   if (version == "n3") {
      fenster=window.open(x,'Information','left=5,top=5,width=500,height=450,scrollbars=yes,resizable=yes,toolbar=yes,menubar=no');
      }
   if (version == "n2") {
      window.location.href = x;
      }
   }


