_menuCloseDelay=30
_menuOpenDelay=10
_followSpeed=5
_followRate=40
_subOffsetTop=0
_subOffsetLeft=0
_scrollAmount=3
_scrollDelay=20
with(menuStyle=new mm_style()){
onbgcolor="#C62529";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#f8b423";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
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="#C62529";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#C62529";
borderstyle="solid";
borderwidth=2;
separatorcolor="#C62529";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
subimage="/cm-images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=97);";
outfilter="randomdissolve(duration=0.1)";
}
with(menuSubSubStyle=new mm_style()){
onbgcolor="#C62529";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C62529";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=97);";
outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("menu1")){
style=menuSubStyle;
overflow="scroll";
aI("text=Salg og udlejning;pointer=default;showmenu=menu3;");
aI("text=Investeringsejendomme;pointer=default;showmenu=menu4;");
}

with(milonic=new menuname("menu3")){
style=menuSubStyle;
overflow="scroll";
aI("text=Kontor;url=/kontor.asp;");
aI("text=Lager/produktion;url=/lager-prod.asp;");
aI("text=Grunde;url=/grunde.asp;");
aI("text=Erhverv/bolig;url=/erhverv-bolig.asp;");
aI("text=Butikker;url=/butikker.asp;");
}
with(milonic=new menuname("menu4")){
style=menuSubStyle;
overflow="scroll";
aI("text=Kontor;url=/inv-kontor.asp;");
aI("text=Lager/produktion;url=/inv-lager-prod.asp;");
aI("text=Erhverv/bolig;url=/inv-erhverv-bolig.asp;");
}
drawMenus();