// JavaScript Document

var correctwidth=1024
var correctheight=768

if (screen.width<correctwidth||screen.height<correctheight)
document.write("This webpage is bested viewed with screen resolution <strong>"+correctwidth+" x "+correctheight+"</strong> or above.<br> Your current resolution is "+screen.width+" x "+screen.height+". <br>If possible, please change your screen resolution</span>.<br><br>")

