﻿/*tip*/
document.write("<div id='tip' style='position:absolute;top:0px; left:0px; width:100%;height:"+document.body.clientHeight+"px; text-align:center; display:none'>");
document.write("<div></div>");
document.write("<div style='border:1px #FFc525 solid; width:360px; height:95px; background-color:#FFFCF9; padding:2px 2px 10px 2px;'>");
document.write("<div style='width:100%; text-align:right'><a href='javascript:closeTip()'><img src='"+root+"/images/close.gif' border='0' /></a><br /><br /></div>");
document.write("<div style='width:100%;'>");

document.write("正在提交数据...<br /><br /><img src='../../images/load_bar.gif' border='0' />");

document.write("</div></div></div>");



