<!--
/*
Screen resolution detection and notification Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
var correctwidth=1024
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("This webpage is best viewed at "+correctwidth+" by "+correctheight+" Resolution.<br>Your current resolution is "+screen.width+" by "+screen.height+".")
//-->