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()){
bgimage="../img/planegrey.gif";
bordercolor="#939393";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#5b5b5b";
oncolor="#ff0000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=8;
pagecolor="black";
separatorcolor="#939393";
separatorsize=1;
subimage="../img/tinywhite.gif";
subimagepadding=6;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#939393";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
oncolor="#ff0000";
outfilter="randomdissolve(duration=0.3)";
overbgimage="../img/greyon.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=8;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#939393";
separatorsize=1;
subimage="../img/grey_9x7.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

orientation="vertical";
style=menuStyle;

aI("status=Back To Home Page;text=Forsiden;url=forside.html;");
aI("showmenu=Virksomheden;text=Virksomheden;");
aI("showmenu=Reparation;text=Auto - reparation;");
aI("showmenu=daek;text=Dækservice;");
aI("showmenu=syn;text=Periodisk syn;");
aI("showmenu=Rust;text=Rustbeskyttelse;");
aI("showmenu=Info;text=Information;");
aI("showmenu=Kontakt;text=Kontakt os;");
}

with(virksomheden=new menuname("Virksomheden")){
style=submenuStyle;
aI("text=Profil;url=profil.html;");
aI("text=Medarbejdere;url=medarbejder.html;");
aI("text=Kig ind;url=kig_ind.html;");
}

with(rust=new menuname("ust")){
style=submenuStyle;
aI("text=Maribo PAVA Center;url=maribo_pava.html;");
aI("text=PAVA Danmark A/S;url=http://www.pava.dk;");
}

with(rust=new menuname("daek")){
style=submenuStyle;
aI("text=Om dæk;url=om_daek.html;");
}

with(rust=new menuname("syn")){
style=submenuStyle;
aI("text=Om periodisk syn;url=om_periodisk_syn.html;");
aI("text=Syn af bilen;url=pava_bilsyn.html;");
}

with(reparation=new menuname("Reparation")){
style=submenuStyle;
aI("text=Om autoreparation;url=om_reparation.html;");
aI("text=Elektronisk fejlfinding;url=el_fejlfind.html;");
aI("text=Serviceeftersyn;url=om_service.html;");
aI("text=Mekaniske reparationer;url=mek_arbejde.html;");
aI("text=Air - Condition;url=air_con.html;");
aI("text=Karosserireparationer;url=karosseri.html;");
aI("text=Glasskader;url=glas_01.html;");
}

with(rust=new menuname("Rust")){
style=submenuStyle;
aI("text=Maribo PAVA Center;url=maribo_pava.html;");
aI("text=PAVA Danmark A/S;url=http://www.pava.dk;");
}

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

with(kontakt=new menuname("Kontakt")){
style=submenuStyle;
aI("text=Adresseoplysninger;url=adresse.html;");
aI("text=Kørselsvejledning;url=koer_vejl.html;");
aI("text=Send e - mail;url=send_mail.html;");
}

drawMenus();


