	if (screen.height < 768 || screen.width < 1024){
		document.write("<center><FONT FACE='arial, helvetica' SIZE='2' color='gray'>");
		document.write("This site is best viewed with 1024 x 768 resolution or better.<br>");
		document.write("Your resolution is "+screen.width+" x "+screen.height);
		document.write("</center>");
	}				
