
//*********************** SUB NAVIGATION LAYOUT ***********************//
//*********************************************************************//

_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=0;            // Sub menu left offset

// ----------------------- SUB NAVIGATION MENUS -----------------------//
with(milonic=new menuname('company')) { 
	style=submenuStyle;
	menuwidth=130;
	align="left";
	aI("text=ABOUT US;url=index.php?pageId=about-us;status=ABOUT US;");
	aI("text=KEY PERSONNEL;url=index.php?pageId=key-personnel;status=KEY PERSONNEL;");
}

with(milonic=new menuname('projects')) { 
	style=submenuStyle;
	menuwidth=130;
	align="left";
	aI("text=CURRENT & PAST PROJECTS;url=index.php?pageId=current-and-past-projects;status=CURRENT & PAST PROJECTS;");
	aI("text=OUR CLIENTS;url=index.php?pageId=our-clients;status=OUR CLIENTS;");
}
