///////////////////////////////////////////////////////////
//
// 教材名称：aoroo 信息管理系统（简称：aorooWebMIB）
// 版权所有: aoroo.com 
// 程序制作：B/S研发团队
// Copyright 2004-2005 aoroo.com - All Rights Reserved. 
//
///////////////////////////////////////////////////////////



//顶边的中文菜单
function CnTopMenu(JsSkins){

document.write ('<DIV align="center">');
document.write ('<table width="779" border=0 cellpadding=0 cellspacing=0>');
document.write ('<tbody>');
document.write ('<tr>');
document.write ('<td height="52" background="../images/bg_menu.gif" style="padding-bottom:5pt;">'); 
document.write ('<table cellspacing=0 cellpadding=0 width=750 border=0>');
document.write ('<tbody>'); 
document.write ('<tr>'); 
document.write ('<td width="24" align="right"><img src="../images/dot_menu2.gif" width="16" height="25"></td>');
document.write ('<td width="46" align="center" style="font-size:9pt;"><a href="index.asp"><font color="#FFFFFF">首　页</font></a></td>');
document.write ('<td width="32" align="right"><img src="../images/dot_menu2.gif" width="16" height="25"></td>');
document.write ('<td width="66" align="center" style="font-size:9pt;"><a href="../aboutus.htm"><font color="#FFFFFF">关于我们</font></a></td>');
document.write ('<td width="32" align="right" style="font-size:9pt;"><img src="../images/dot_menu2.gif" width="16" height="25"></td>');
document.write ('<td width="66" align="center" style="font-size:9pt;"><a href="product.asp"><font color="#FFFFFF">项目展示</font></a></td>');
document.write ('<td align="right" width="32"><img src="../images/dot_menu2.gif" width="16" height="25"></td>');
document.write ('<td align="center" width="66"><a href="stockpile.asp"><font color="#FFFFFF">最新库存</font></a></td>');
document.write ('<td align="right" width="32"><img src="../images/dot_menu2.gif" width="16" height="25"></td>');
document.write ('<td align="center" width="66" style="font-size:9pt;"><a href="gb_add.asp"><font color="#FFFFFF">信息反馈</font></a></td>');
document.write ('<td align="right" width="32"><img src="../images/dot_menu2.gif" width="16" height="25"></td>');
document.write ('<td align="center" width="66" style="font-size:9pt;"><a href="../contact.htm"><font color="#FFFFFF">联系方法</font></a></td>');
document.write ('<td align="right">'); 
document.write ('<script language="javascript">CAL();</script>');
document.write ('</td>');
document.write ('</tr>');
document.write ('</tbody>'); 
document.write ('</table>');
document.write ('</td>');
document.write ('</tr>');
document.write ('</tbody>'); 
document.write ('</table>');
document.write ('</DIV>');
}
