// JavaScript Document
var correctwidth=1024
					var correctheight=768
					if (screen.width!=correctwidth||screen.height!=correctheight)
					document.write("This webpage is best viewed with screen resolution "+correctwidth+" by "+correctheight+". Your current resolution is "+screen.width+" by "+screen.height+". ")