
document.write("Your current resolution is: <strong>" + screen.width + "&#215;" + screen.height + "</strong>");

if (screen.width < 1024 && screen.height < 768)
	document.write(" <i>You should consider upgrading to at least 1024&#215;768. (Right click desktop &gt; Properties &gt; Settings)</i>");
