
var correctwidth=800
var correctheight=600
if (screen.width==correctwidth||screen.height==correctheight)
document.write("This webpage is best viewed with screen resolution "+1024+"*"+768+" and above. Your current resolution is "+screen.width+"*"+screen.height+". If possible, please change the resolution!")


