﻿function show()
{
   var restr="<div id=\"s\" style=\"margin:0 auto; width:900px; height:20px; padding-left:5px; line-height:30px; background-color:#fff9e2; border:solid 1px #fff1b9; color:#909188;\">";
   restr+="&nbsp;&nbsp;为了能使网站更好的运行为大家服务，公司定在2010年5月14日19:00－24:00 网站进行升级维护，会短时间无法访问此网站，给您带来的不便，还请谅解！";
   restr+="<div id=\"c\" style=\"width:13px; height:13px; cursor:hand; position:relative; margin-left:872px; margin-top:-30px;\" title=\"关闭\" onclick=\"closeDiv('s','c')\">";
   restr+="<img src=\"images/close.png\" /></div>";
   restr+="</div>";
   document.write(restr);
}
function closeDiv(o1,o2)
{
    document.getElementById(o1).style.display="none";
    document.getElementById(o2).style.display="none";
}
