

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#D3E0EC";
oncolor="#336600";
offbgcolor="#F2F6FA";
offcolor="#669900";
bordercolor="#8caac8";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8caac8";
itemwidth=155;
separatorsize="1";
padding=7;
itemheight=22;
fontsize="10";
fontstyle="normal";
pagecolor="#336600";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#4A6B8D', Direction=130, Strength=2)";
outfilter='Fade(duration=0.2)'
}


with(milonic=new menuname("mainmenu")){  
style=menuStyle; alwaysvisible=0; left=-3; top=0;
aI("text=Group Overview;url=group.asp;"); 
aI("text=M&P Construction Capabilities;;url=group.asp#capabilities;"); 
aI("text=Corrmount Partnership;url=group.asp#corrmount;");
aI("text=Walmac Demolition;url=group.asp#walmac;");
aI("text=Company History;url=history.asp;");
aI("text=Financial &amp; Legal;url=financial.asp;");
aI("text=Key Personnel;url=personnel.asp;");  
}

with(milonic=new menuname("proj_list")){
style=menuStyle; left=57; top=0; 
aI("text=Commercial Projects;url=projects.asp?catid=1;");
aI("text=Civil Projects;url=projects.asp?catid=2;");
aI("text=Refurbishment/Facade Retention;url=projects.asp?catid=3;");
aI("text=Residential Projects;url=projects.asp?catid=4;");
aI("text=Government & Semi-State Projects;url=projects.asp?catid=5;");
}

with(paul=new menuname("demolition")){
style=menuStyle; left=206; top=0; 
aI("text=History;url=#;");
aI("text=Specialist Areas;url=#;");
aI("text=Projects;url=#;");
}

drawMenus();


