var IMG1="<IMG height=20 src=images/Skin/"
var IMG2="/bgmenu_m.gif width=1 align=absMiddle>"
//顶边的中文菜单
function CnTopMenu(JsSkins){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopMenu">');
document.write ('<TR><TD class="TopMenu_Td1"><IMG src="images/1x1_pix.gif" width=3 height=1></TD></TR>');
document.write ('<TR><TD class="TopMenu_Td2"><IMG src="images/1x1_pix.gif" width=3 height=1></TD></TR>');
document.write ('<TR>');
document.write ('<TD class="TopMenu_Td3">');
document.write ('<TABLE width="100%" cellSpacing=0 cellPadding=0 border=0>');
document.write ('<TR>'); 
document.write ('<TD width="98%" valign="bottom" align="Center">　');
document.write (IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Show.Asp?Type=1&ID=1" >课程简介</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Show.Asp?Type=2&ID=1" >教学天地</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Show.Asp?Type=3&ID=1" >师资队伍</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Show.Asp?Type=4&ID=1" >学习天地</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="gBook/Index.Asp" >在线答疑</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Show.Asp?Type=5&ID=1" >联系我们</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}

//联系我们，加入收藏，设为首页
function CnTopMenu2(){
document.write ('<TABLE cellSpacing=0 cellPadding=0 align=right border=0>');
document.write ('<TBODY>');
document.write ('<TR>');
document.write ('<TD colSpan=9 height=10></TD>');
document.write ('<TR>');
document.write ('<TD></TD>');
document.write ('<TD>　</TD>');
document.write ('<TD align=middle>│</TD>');
document.write ('<TD><A href="mailto:lichaoyan1@163.com">联系我们</A></TD>');
document.write ('<TD align=middle>│</TD>');
document.write ('<TD><A onclick=window.external.addFavorite("http://#","C语言程序设计精品课程网");return false; href=# target=mainFrame>收藏本站</A></TD>');
document.write ('<TD align=middle>│</TD>');
document.write ('<TD><a href=# onClick=this.style.behavior="url(#default#homepage)";this.setHomePage("#");>设为首页</a></TD>');
document.write ('<TD>　</TD>');
document.write ('</TBODY></TABLE>');
}