aLi[i].onmouseover=function(){
//鼠标经过一级菜单,二级菜单动画下拉显示出来
var aUl=this.getElementsByTagName("ul")[0];
aUl.style.overflow="visible";
}
//鼠标离开菜单,二级菜单动画收缩起来。
aLi[i].onmouseout=function(){
var aUl=this.getElementsByTagName("ul")[0];
aUl.style.overflow="hidden";
}
//鼠标经过一级菜单,二级菜单动画下拉显示出来
var aUl=this.getElementsByTagName("ul")[0];
aUl.style.overflow="visible";
}
//鼠标离开菜单,二级菜单动画收缩起来。
aLi[i].onmouseout=function(){
var aUl=this.getElementsByTagName("ul")[0];
aUl.style.overflow="hidden";
}