<script language="JavaScript">
<!--
var correctwidth=1024
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight) 
document.write("本站最佳分辨率: "+correctwidth+"*"+correctheight+". 您当前的分辨率是:"+screen.width+"*"+screen.height+"。<br><br>设置合适的分辨率才能取得最佳的显示效果!")
else
document.write("您当前的分辨率是:"+screen.width+"*"+screen.height+"。<br><br>您的浏览器符合浏览本网站的要求!")
//-->
</script>