<!--
var correctwidth=1024
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight)
{
  document.write("<B>Uw actuele resolutie is:  "+screen.width+"x"+screen.height+".</B>")
}
else
{
document.write("<B>De resolutie voor deze Website is korrekt.</B>")
}
//-->

