// JavaScript Document
var correctwidth=1024
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight)
alert("Deze website is geoptimaliseerd voor schermresolutie "+correctwidth+" x "+correctheight+". Uw huidige schermresolutie is "+screen.width+" x "+screen.height+". Gelieve uw schermresolutie aan te passen!")

