<!--
var correctwidth=1024
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight)
{
  document.write("<B>Ihre aktuelle Aufl&ouml;sung ist:  "+screen.width+"x"+screen.height+".</B>")
}
else
{
document.write("<B>Die Aufl&ouml;sung is korrekt f&uuml;r diese Site.</B>")
}
//-->

