fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#333333";
onbgcolor="#ffffff";
oncolor="#0072bc";
outfilter="randomdissolve(duration=0.05)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#FFFFFF', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="script/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=16;
orientation="horizontal";
style=menuStyle;
top=135;
aI("text=на главную;url=index.php;")
aI("showmenu=electric;text=Приводы;");
aI("text=решения для клапанов;url=valve_solutions.php;")
aI("showmenu=industrial;text=Передачи;");
aI("showmenu=services;text=Услуги;");
aI("text=Примеры;url=case.php;")
aI("text=Загрузить;url=download.php;")
aI("showmenu=contact;text=Контакты;");
aI("showmenu=about;text=О нас;");


}

with(milonic=new menuname("electric")){
overflow="scroll";
style=menuStyle;
aI("text=Электроприводы;url=electric.php?section=electric;")
aI("text=Поворотные приводы;url=turning.php?section=electric;")
aI("text=Линейные приводы;url=linear.php?section=electric;")


}

with(milonic=new menuname("industrial")){
style=menuStyle;
aI("text=Промышленные редукторы;url=industrial.php?section=industrial;")
aI("text=Редуктор Oden;url=oden.php?section=industrial;")
aI("text=Редуктор Frej;url=frej.php?section=industrial;")

}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Обучение;url=training.php?section=services;")
aI("text=Программы;url=software.php?section=services;")


}

with(milonic=new menuname("references")){
style=menuStyle;
aI("text=References;url=references.php?section=references;")
aI("text=Case studies;url=case.php?section=references;")

}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Связаться с нами;url=contact_us.php?section=contact;")
aI("text=Представители;url=export.php?section=contact;")

}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=История Oden;url=about_us.php?section=about;")

}

drawMenus();

