<!--

var correctwidth=1024
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("This web site was designed for a screen resolution of at least "+correctwidth+" by "+correctheight+" pixels.<br>800 x 600 pixels is no longer supported.<br>Your present screen resolution is "+screen.width+" by "+screen.height+" pixels.<br> Optimized for 1280 x 1024 pixels.")
//-->