var correctwidth=1024
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("This webpage is bested viewed with screen resolution "+correctwidth+"X"+correctheight+". Your current resolution is "+screen.width+"X"+screen.height+". <br>If possible, please change the resolution!")
