_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-15            // Sub menu left offset

with(AllImagesStyle=new mm_style())
{
	bordercolor="#F8C75B";
	borderstyle="solid";
	padding=5;
	fontstyle="bold";
	fontweight="bold";
}


with(menuStyle=new mm_style())
{
	onbgcolor="navy";
	oncolor="white";
	offbgcolor="#ffffff";
	offcolor="navy";
	bordercolor="#CBDAD3";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#CBDAD3";
	separatorsize="1";
	padding=4;
	fontsize="10px";
	fontweight = "bold";
	fontstyle="normal";
	fontfamily="verdana";
	headercolor="#000000";
	headerbgcolor="#AD7952";
	subimagepadding="2";
	itemwidth = "120px";
	itemheight= "25px";
	align = "left";
}

with(milonic=new menuname("About_us"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=Profile;dohi-org chart.pdf;");
    aI("text=Structure;url=");
 
}

with(milonic=new menuname("Project"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=Industrial;url=projects_industrial.asp");
    aI("text=Residential;url=projects_resident.asp");
     aI("text=Retail;url=projects_retail.asp");
          aI("text=Hospitality;url=projects_hospitality.asp");
               aI("text=Commercial;url=");
}

with(milonic=new menuname("HSE"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=HSE;url=hse.asp");
    aI("text=Quality;url=quality.asp");
}

with(milonic=new menuname("Services"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=Construction;url=services_constructions.asp");
    aI("text=Joinery & Interiors;url=services_joinery_int.asp");
    aI("text=Plant;url=services_plant.asp");
}

drawMenus();
