// JavaScript Document screen resolution  <!--
var correctwidth=1024    
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("This site is best viewed with screen resolution "+correctwidth+"*"+correctheight+" and Text Size = Medium. Your resolution is "+screen.width+"*"+screen.height+". If the webpage is displayed incorrectly, please change the resolution or text size.")      //-->/
