_menuCloseDelay=30
_menuOpenDelay=10
_followSpeed=5
_followRate=40
_subOffsetTop=0
_subOffsetLeft=0
_scrollAmount=3
_scrollDelay=20

with(menuStyle=new mm_style()){
onbgcolor="#005996";
oncolor="#FFFFFF";
offbgcolor="#becde5";
offcolor="#000000";
bordercolor="#005996";
borderstyle="solid";
borderwidth=0;
separatorcolor="#becde5";
padding=2;
separatorpadding=0;
separatorwidth=20;
separatorsize="2";
fontsize="11px";
fontstyle="Normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=97);";
outfilter="randomdissolve(duration=0.3)";
}
with(menuSubStyle=new mm_style()){
onbgcolor="#005996";
oncolor="#FFFFFF";
offbgcolor="#becde5";
offcolor="#000000";
bordercolor="#005996";
borderstyle="solid";
borderwidth=1;
separatorcolor="#005996";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
overfilter="Fade(duration=0.1);Alpha(opacity=97);";
outfilter="randomdissolve(duration=0.1)";
}
with(menuSubSubStyle=new mm_style()){
onbgcolor="#005996";
oncolor="#FFFFFF";
offbgcolor="#becde5";
offcolor="#000000";
bordercolor="#005996";
borderstyle="solid";
borderwidth=1;
separatorcolor="#005996";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
overfilter="Fade(duration=0.1);Alpha(opacity=97);";
outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("menu1")){
style=menuSubStyle;
overflow="scroll";
aI("text=Kontor;url=/kontor.asp;");
aI("text=Lager/produktion;url=/lager-prod.asp;");
aI("text=Investering;url=/investering.asp;");
aI("text=Bolig/erhverv;url=/bolig-erhverv.asp;");
aI("text=Detail;url=/detail.asp;");
aI("text=Erhvervsgrunde;url=/erhvervsgrunde.asp;");
aI("text=Vis alle salgsemner;url=/salg-alle.asp;");
}
with(milonic=new menuname("menu2")){
style=menuSubStyle;
overflow="scroll";
aI("text=Kontor;url=/leje-kontor.asp;");
aI("text=Lager/produktion;url=/leje-lager-prod.asp;");
aI("text=Bolig/erhverv;url=/leje-bolig-erhverv.asp;");
aI("text=Detail;url=/leje-detail.asp;");
aI("text=Vis alle udlejningsemner;url=/udlejning-alle.asp;");
}
drawMenus();
