﻿fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=75;
_menuOpenDelay=150;
_subOffsetTop=4;
_subOffsetLeft=0;


with(about=new mm_style()){
styleid=3;
fontfamily="Trebuchet MS,Arial,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
bgimage='images/drop_left.gif';
overbgimage='images/drop_left_o.gif';
overimage="images/head_menu_01.jpg";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#f2e5e5";
oncolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
padding=3;
separatorcolor="#edede6";
separatorsize=0;
}



with(chanpin=new mm_style()){
styleid=3;
fontfamily="Trebuchet MS,Arial,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
bgimage='images/drop_left.gif';
overbgimage='images/drop_left_o.gif';
overimage="images/head_menu_03.jpg";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#f2e5e5";
oncolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
padding=3;
separatorcolor="#edede6";
separatorsize=0;
}

with(milonic=new menuname("about")){
style=about;
top="offset=2";
aI("text=&nbsp;&nbsp;&nbsp;部门介绍;url=show.asp?do=35&type=5;");
aI("text=&nbsp;&nbsp;&nbsp;联系信息;url=show.asp?do=36&type=5;");
aI("text=&nbsp;&nbsp;&nbsp;汇款信息&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=show.asp?do=37&type=5;");
}



with(milonic=new menuname("chanpin")){
style=chanpin;
top="offset=2";
aI("text=&nbsp;&nbsp;&nbsp;产品中心;url=ProductList.asp?SortID=128;");
aI("text=&nbsp;&nbsp;&nbsp;解决方案&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=ProductList.asp?SortID=129;");
aI("text=&nbsp;&nbsp;&nbsp;项目开发&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=ProductList.asp?SortID=131;");
}

drawMenus();


