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=Hem;url=index.php;")
aI("showmenu=electric;text=Ställdon;");
aI("text=Ventillösningar;url=valve_solutions.php;")
aI("showmenu=industrial;text=Växlar;");
aI("showmenu=services;text=Tjänster;");
aI("text=Referenser;url=case.php;")
aI("text=Ladda ner;url=download.php;")
aI("showmenu=contact;text=Kontakt;");
aI("showmenu=about;text=Om oss;");


}

with(milonic=new menuname("electric")){
overflow="scroll";
style=menuStyle;
aI("text=Elektriska ställdon;url=electric.php?section=electric;")
aI("text=Vridande ställdon;url=turning.php?section=electric;")
aI("text=Linjära ställdon;url=linear.php?section=electric;")


}

with(milonic=new menuname("industrial")){
style=menuStyle;
aI("text=Industriväxlar;url=industrial.php?section=industrial;")
aI("text=Oden-växeln;url=oden.php?section=industrial;")
aI("text=Frej-växeln;url=frej.php?section=industrial;")

}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Service;url=services.php?section=services;")
aI("text=Utbildning;url=training.php?section=services;")
aI("text=Mjukvara;url=software.php?section=services;")


}

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

}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Kontakta oss;url=contact_us.php?section=contact;")
aI("text=Återförsäljare;url=export.php?section=contact;")
aI("text=Kontaktformulär;url=contact_sheet.php?section=contact;")

}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Om Oden Control AB;url=about_us.php?section=about;")
aI("text=Information till våra aktieägare;url=info_aktie.php?section=about;")
aI("text=Lediga tjänster;url=lediga.php?section=about;")


}

drawMenus();
