//document.write('<div style="position:absolute; width:800px; height:70px; z-index:1">');


document.write('<TABLE WIDTH=797 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0 bgcolor="#FFFFFF" height="70">');
document.write('<TR> ');
document.write('<TD  bgcolor="#336699" height="86"><TABLE WIDTH=797 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0 bgcolor="#FFFFFF" height="70">');
document.write('    <TR> ');
document.write('      <TD COLSPAN=3 bgcolor="#336699" height="95" width="230" align="left" rowspan="3">');
document.write('        <a href="http://catman.iglobalserver.com"><img src="images/index/logo.jpg" width="212" height="86" border="0" alt="之软工作室"></a> ');
 document.write('     </TD>');
 document.write('     <TD width="450" bgcolor="#336699" height="95" rowspan="3"><img src="images/index/banner.gif" border="0" width="415" height="61" alt="Email营销，低成本，高效率！"></TD>');
 document.write('     <TD width="117" bgcolor="#336699" height="15" align="left" valign="bottom" class="fw2">:: <a title="设置为首页" href="javascript:void(0);" onclick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(location.href)" class="fw2">设为首页</a></TD>');
 document.write('   </TR>');
 document.write('   <TR>');
 document.write('     <TD width="117" bgcolor="#336699" height="5" align="left"></TD>');
 document.write('   </TR>');
 document.write('   <TR>');
 document.write('     <TD width="117" bgcolor="#336699" align="left" valign="top" class="fw2">:: <a title="添加到收藏夹" href="javascript:void(0);" onclick="window.external.AddFavorite(location.href, document.title);" class="fw2">添加收藏</a></TD>');
 document.write('   </TR>');
 document.write('   <TR bgcolor="#000000"> ');
 document.write('     <TD COLSPAN=3 height="1"></TD>');
  document.write('    <TD width="268" height="1"></TD>');
document.write('      <TD width="117" height="1"></TD>');
 document.write('   </TR>');
document.write('  </Table>');
document.write('  </TD>');
document.write('  </TR>');

document.write('  <TR> ');
document.write('    <TD background="images/index/blackline.gif"  WIDTH=797 HEIGHT=20 >');
document.write('        <table width="580" border="0" align="center"  class="f2">');
document.write('          <tr align="center"> ');

if(g_NowItem == "index")
	document.write('            <td width="14%" class="fw2">首页</td>');
else
	document.write('            <td width="14%"><a href="./index.html">首页</a></td>');
if(g_NowItem == "recent")
	document.write('            <td width="14%" class="fw2">最近更新</td>');
else
	document.write('            <td width="14%"><a href="./recent.html">最近更新</a></td>');
if(g_NowItem == "softdesc")	
	document.write('            <td width="14%" class="fw2">软件介绍</td>');
else
	document.write('            <td width="14%"><a href="./softdesc.html">软件介绍</a></td>');
if(g_NowItem == "download")	
	document.write('            <td width="14%" class="fw2">下载中心</td>');
else
	document.write('            <td width="14%"><a href="./download.html">下载中心</a></td>');
if(g_NowItem == "registry")	
	document.write('            <td width="14%" class="fw2">软件注册</td>');
else
	document.write('            <td width="14%"><a href="./registry.html">软件注册</a></td>');
if(g_NowItem == "docs")	
	document.write('            <td width="14%" class="fw2">文档共享</td>');
else
	document.write('            <td width="14%"><a href="./docs.html">文档共享</a></td>');
if(g_NowItem == "feedback")	
	document.write('            <td width="14%" class="fw2">用户反馈</td>');
else
	document.write('            <td width="14%"><a href="./BBS/FlashBBS/FeedBack.html">用户反馈</a></td>');
document.write('          </tr>');
document.write('        </table>');
document.write('      </TD>');
document.write('  </TR>');
document.write('</Table>');

//document.write('</div>');

