//窗口上部显示代码
document.write(" <TABLE border='0'cellpadding='0' cellspacing='0' width='100%'> ");
document.write("  <TR>");
document.write("    <TD vAlign=top width=1><IMG height=19 src='/share/DocBgImage/1.gif' width=12></TD>");
document.write("    <TD bgColor=white width='100%' align=right height=19 rowspan=2>");
document.write("      <b><font face='Verdana' color='#FF0000' size='4'>Sawin</font></b>");
document.write("      <a href='http://www.sawin.cn/index.asp'><img border=0 src='/share/SawinRelated/bee.gif'></a>");
document.write("     <font color=#394d77 size=3 face='黑体'><b>软件研发之窗</b></font>");
document.write("		<hr color=red noshade size=1 width='99%' >");
document.write("	</TD>");
document.write("    <TD vAlign=top width=1><IMG height=19 src='/share/DocBgImage/2.gif' width=12></TD>");
document.write("  </TR>");
document.write("    <tr height=50 bgcolor=white><td></td><td></td></tr>");
document.write("  <TR>");
document.write("    <TD bgColor=white height=30 width=1><br></TD>");
document.write("    <TD align='left' bgColor='white' height=600 valign='top'>");
document.write("    	<Table align='left' bgColor='white'>");
document.write("    		<tr>");
document.write("<td width=180 valign='top' style='border-right: 1px solid red'>");
var strLink="'/share/inc/DocNavigate.asp?title=" + document.title + "'";
document.write("<iframe id='SawinDocRelatedFrame' width='100%' height=690 frameborder=0 target='_blank' src=" + strLink + ">" );
document.write ("</iframe>");
document.write("			</td>");
document.write("<td valign='top'>");
var strLink="'/share/inc/DocLocation.asp?title=" + document.title + "'";
document.write("<iframe id='SawinDocLocationFrame' width='100%' height=20 frameborder=0 target='_blank' src=" + strLink + "></iframe><br>");
document.title="Sawin软件研发之窗：" + document.title ;
if (top.location != self.location) top.location=self.location; 