///////////////////////////////////////////////////////////
//
// 教材名称：aoroo 信息管理系统（简称：aorooWebMIB）
// 版权所有: aoroo.com 
// 程序制作：B/S研发团队
// Copyright 2004-2005 aoroo.com - All Rights Reserved. 
//
///////////////////////////////////////////////////////////

//底部的中文菜单
function CnFootMenu(){
document.write ('<DIV align="center">');
document.write ('<table width="800" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">');
document.write ('<tr bgcolor="#70716C"> ');
document.write ('<td style="BORDER-LEFT:#B7B7B7 1px solid; BORDER-bottom:#B7B7B7 1px solid;" align="center" colspan="3" class="font" height="35">');
document.write ('<font color="#ffffff" size=2 face=Helvetica,Arial,Verdana,sans-serif>');
document.write ('Copyright &copy Aoroo.com . 澳锐计算机应用网络服务研究所. All rights reserved.　');
document.write ('</font>');
document.write ('<a href="http://www.miibeian.gov.cn" target="_blank"><font color="#ffffff">鲁ICP备05041566号</font></a>');
document.write ('</td>');
document.write ('</tr>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
//底部的英文菜单

   
