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="#CCBCA6";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#0c3563";
headercolor="#000000";
offbgcolor="#0c3563";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffbc09";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#fffff0";
pagecolor="#8A7252";
separatorcolor="#CCBCA6";
separatorsize=1;
subimagepadding=2;
}


with(milonic=new menuname("projects_menu")){
style=menuStyle;
left=5;
aI("text=Wharfs & Piers;url=wharfs.html;");
aI("text=Marinas;url=marinas.html;");
aI("text=Ferry Terminals;url=ferry.html;");
aI("text=Dredging;url=dredging.html;");
aI("text=Others;url=others.html;");
}

with(milonic=new menuname("equipment_menu")){
style=menuStyle;
left=5;
aI("text=Floating Cranes;url=crane_1.html;");
aI("text=Dump Barges;url=barge_1.html;");
aI("text=Flat Deck Barges;url=flat_barge_1.html;");
aI("text=Tugs &amp; Assist Boats;url=tug_1.html;");
aI("text=Crawler Cranes;url=crawler_1.html;");
aI("text=Transit Cranes;url=transit_1.html;");
aI("text=Whirley Yard Cranes;url=whirleys.html;");
}

with(milonic=new menuname("about_menu")){
style=menuStyle;
left=5;
aI("text=Our History;url=history.html;");
}

drawMenus();
