var correctwidth=800
var correctheight=600
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("This webpage is bested viewed with screen resolution <font color='#009900'>"+correctwidth+"*"+correctheight+"</font>. Your current resolution is <font color='#FF0000'>"+screen.width+"*"+screen.height+"</font>.")
