var correctwidth=800
var correctheight=600
if (screen.width<correctwidth||screen.height<correctheight)
document.write("<font color=#CC0000 size=5><b>ERROR: Insufficient video resolution</b></font><font color=#CC0000 size=2><br>This web site requires a video resolution of <b>"+correctwidth+"x"+correctheight+"</b> pixels or higher.<br>We're sensing your current video resolution to be only <b>"+screen.width+"x"+screen.height+"</b> pixels.<br>Please click <b><A HREF='videoresolution.html'>here</A></b> to learn why this is a problem and how to resolve it.<br><br></font>")

