﻿// JScript 文件
	var showx = window.screen.height/2-100;
	var showy = window.screen.width/2-100;
	document.write ("<div id='lodbar' style='border:1px solid #C0C0C0; LEFT: " +showy + "px; POSITION: absolute; TOP: " + showx  + "px; width:254px; height:83px; background-color:#FFFFFF'>");
	document.write ("<table border=\"0\" width=\"100%\">");
	document.write ("	<tr>");
	document.write ("		<td width=\"30%\">");
	document.write ("		<p align=\"right\"><img src='/images/BusyBoxDotNet.gif'></td>");
	document.write ("		<td width=\"66%\"><b><font color=\"#808080\">&nbsp;请等待...</font></b></td>");
	document.write ("	</tr>");
	document.write ("	<tr>");
	document.write ("		<td colspan=\"2\">");
	document.write ("		<p align=\"center\">后台处理中，请等待处理完成。</td>");
	document.write ("	</tr>");
	document.write ("</table>");
	document.write ("</div>");