
//*********************** 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 -----------------------//





// ----------------------- SUB NAVIGATION MENU EXAMPLE -----------------------//
with(milonic=new menuname('ourcompany')) { 
	style=submenuStyle;
	menuwidth=190;
	margin=5;
	aI("text=OUR POSITIONING;url=index.php?prfPageId=our-positioning;status=OUR POSITIONING;");
	aI("text=OUR CULTURE & VALUES;url=index.php?prfPageId=our-culture;status=OUR CULTURE & VALUES;");
}
