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(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#000000";
offbgcolor="#ffffff";
oncolor="#000000";
onbgcolor="#FDAD01";
rawcss="padding-left:20px;padding-right:20px";
separatorsize=1;
}

with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
offcolor="#000000";
oncolor="#000000";
rawcss="padding-left:10px;padding-right:10px";
separatorimage="menugifs/disco_sep.gif";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=31;
itemwidth=100;
left=75;
orientation="horizontal";
style=menuStyle;
top=140;
aI("align=center;bgimage=menugifs/disco_left.gif;status=Tilbage til startsiden;text=HJEM;url=http://www.holstonline.dk/;");
aI("align=center;bgimage=menugifs/disco_mid.gif;text=FIRMAET;url=firmaet.html;");
aI("align=center;bgimage=menugifs/disco_mid.gif;text=ARBEJDSOMRÅDER;url=arbejdsomraader.html;");
aI("align=center;bgimage=menugifs/disco_mid.gif;text=REFERENCER;url=referencer.html;");
aI("align=center;bgimage=menugifs/disco_mid.gif;showmenu=Links;text=LINKS;");
aI("align=center;bgimage=menugifs/disco_right.gif;text=KONTAKT;url=kontakt.html");
}

with(milonic=new menuname("Links")){
itemheight=31;
itemwidth=100;
orientation="vertical";
style=submenuStyle;
margin=6;
top="offset=5";
aI("align=center;text=Lauritz Knudsen;url=http://www.lk.dk/;image=menugifs/lk.gif;");
aI("align=center;text=Louis Poulsen;url=http://www.louis-poulsen.dk/;");
aI("align=center;text=Solar;url=http://www.solar.dk/;image=menugifs/solar.gif;");
aI("align=center;text=OTRA;url=http://www.otradanmark.dk/;image=menugifs/otra.gif;");
}

drawMenus();


