﻿/*菜单绑定********************************************************************************/			                   

document.writeln("<ul id='AloeR_Menu'>");

document.writeln("<li><a href='Article/news_more.asp?lmid=4'>学校概况</a>");
document.writeln("<ul>");

document.writeln("<li><a href='Article/news_more.asp?lmid=4'>学校简介</a></li>");
document.writeln("<li><a href='Article/news_more.asp?lmid=69'>学校领导</a></li>");
document.writeln("<li><a href='Article/news_more.asp?lmid=68'>机构设置</a></li>");
document.writeln("<li><a href='html/xyry/20110411170200.htm'>学院荣誉</a></li>");
document.writeln("<li><a href='Article/news_more.asp?lmid=67'>校园景色</a></li>");
document.writeln("</ul>");
document.writeln("</li>");


document.writeln("<li><a href='Article/news_more.asp?lmid=56'>院系设置</a>");



document.writeln("<li><a href='Article/news_more.asp?lmid=62'>合作教育</a>");
document.writeln("<ul>");

document.writeln("<li><a href='html/ldgh/20110408101720.htm'>对外交流</a></li>");

document.writeln("</ul>");
document.writeln("</li>");


document.writeln("<li><a href='Article/news_more.asp?lmid=58'>招生就业</a>");
document.writeln("<ul>");

document.writeln("<li><a href='Article/news_more.asp?lmid=58'>招生信息</a></li>");
document.writeln("<li><a href='Article/news_more.asp?lmid=59'>就业信息</a></li>");


document.writeln("</ul>");
document.writeln("</li>");


document.writeln("<li><a href='Article/news_more.asp?lmid=92'>特色专业</a>");



document.writeln("<li><a href='Article/news_more.asp?lmid=63'>校园文化</a>");



document.writeln("<li><a href='Article/news_more.asp?lmid=60'>党政建设</a>");





document.writeln("<!- second row of the menu ->");
document.writeln("<li><a href='Article/news_more.asp?lmid=32'>新闻资讯</a>");


document.writeln("<li><a href='Article/news_more.asp?lmid=99'>培训教育</a>");





document.writeln("<li><a href='Article/news_more.asp?lmid=105'>合作交流</a>");


document.writeln("<li><a href='Article/news_more.asp?lmid=57' target='_blank'>教学管理</a>");
document.writeln("</li>");

document.writeln("<li><a href='Article/news_more.asp?lmid=61'>校园风貌</a> ");
document.writeln("</li>");

document.writeln("<li><a href='#'>学生工作</a>");
document.writeln("</li>");



document.writeln("<li><a href='xsxx/zkbyzrzcx.asp'>信息服务</a>");
document.writeln("</li> ");



document.writeln("</ul>");
                  
                  
                 
/* 水平下拉菜单变换 */
/*begin****************************************************************/
window.onload = Fix_Menu;
//if (window.attachEvent) window.attachEvent("onload", Fix_Menu);                  

function Fix_Menu(){
//	if (document.all && document.getElementById) {
	if(document.getElementById("AloeR_Menu")){
		var sfEls = document.getElementById("AloeR_Menu").getElementsByTagName("li");
		for (var i=0; i<sfEls.length; i++){
			sfEls[i].onmouseover=function(){
				this.className+=(this.className.length>0?   " ":   "")   +   "over";   
			}   
			sfEls[i].onMouseDown=function(){   
				this.className+=(this.className.length>0?   " ":   "")   +   "over";   
			}   
			sfEls[i].onMouseUp=function(){   
				this.className+=(this.className.length>0?   " ":   "")   +   "over";   
			} 
			sfEls[i].onmouseout=function(){   
				this.className=this.className.replace(new   RegExp("( ?|^)over\\b"), "");   
			}   
		}   
	}
}   
/*end****************************************************************/
    
                  
         
         
            
        
            
    
	


			   
			   
