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="#000066";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="110%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#0000cc";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#0000cc";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#000066";
separatorsize=2;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1; 
left=20;
overflow="scroll";
style=menuStyle;
top=150;
aI("text=Forside;url=vaerkstedet.html;");
aI("showmenu=virk;text=Om Værkstedet;");
aI("showmenu=auto;text=Autoreparation;");
aI("showmenu=syn;text=Periodisk syn;");
aI("showmenu=daek;text=Dæk og dækservice;");
aI("showmenu=salg;text=Bilsalg;");
aI("showmenu=info;text=Information;");
aI("showmenu=kontakt;text=Kontakt os;");
}

with(milonic=new menuname("virk")){
overflow="scroll";
style=menuStyle;
aI("text=Profil;url=profil.html;")
aI("text=Medarbejdere;url=medarbejder.html;")
}

with(milonic=new menuname("fup")){
style=menuStyle;
aI("text=Om periodisk syn;url=om-periodisk-syn.html;");
aI("text=Syn af bilen;url=bilsyn.html;");
}

with(milonic=new menuname("auto")){
style=menuStyle;
aI("text=Serviceeftersyn;url=serviceeftersyn.html;");
aI("text=Mekaniske reparationer;url=autoreparation.html;");
aI("text=Elektronisk fejlfinding;url=el-fejlfinding.html;");
aI("text=Glasskader;url=glasskader.html;");
aI("showmenu=karosseri;text=Karosseri;");
}

with(milonic=new menuname("syn")){
style=menuStyle;
aI("text=Om periodisk syn;url=om-periodisk-syn.html;");
aI("text=Syn af bilen;url=bilsyn.html;");
}

with(milonic=new menuname("karosseri")){
style=menuStyle;
aI("text=Karosserireparation;url=karosseri.html;");
aI("text=Rustbeskyttelse;url=rustbeskyt.html;");
}

with(milonic=new menuname("daek")){
style=menuStyle;
aI("text=Om dæk;url=om-daek.html;");
aI("text=Dækservice;url=daekservice.html;");
}

with(milonic=new menuname("salg")){
style=menuStyle;
aI("text=Nye biler;url=nye-biler.html;");
aI("text=Brugte biler;url=brugte-biler.html;");
}

with(milonic=new menuname("info")){
style=menuStyle;
aI("text=FAQ-Ofte stillede spørgsmål;url=faq.html;");
aI("text=Råd og vejledning om biler;url=raadogvejl.html;");
aI("text=Om trafik og kørsel;url=omtrafik.html;");
}

with(milonic=new menuname("kontakt")){
style=menuStyle;
aI("text=Kørselsvejledning;url=vaerkstedet-koersel.html;");
}

drawMenus();


