<script language="JavaScript1.2">

var correctwidth=1280
var correctheight=1024
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("This webpage is bested viewed with screen resolution "+correctwidth+"*"+correctheight+" or higher. Your current resolution is "+screen.width+"*"+screen.height+". If possible, please change the resolution!")

</script>
