var reswidth, resheigth;
function testresolution()
 {
 reswidth=screen.width;
 resheigth=screen.heigth;
 if (reswidth<"800")
  {
   alert("Ihre Bildschirmauflösung ist " + 
   screen.width + " x " + screen.height + 
   ". Wir empfehlen ihnen daher dringend eine Auflösung von mindestens 800 x 600 zu wählen.");
  }
 }
//benötig aufruf im head und bodyeintrag