
<!--
var correctwidth=800
if (screen.width<correctwidth)
{
alert
("Your screen resolution is "+screen.width+"x"+screen.height+"! This web site will be best viewed if you change your screen settings to 800x600.  Thank You!")
}
//-->
