buildAllMenus = true;

_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=0;            // The time delay before menus open on mouse over

_subOffsetTop=0;              // Sub menu top offset

_subOffsetLeft=0;            // Sub menu left offset





with(MainStyleOBL=new mm_style()){ // Main menu Function

align='left'; // alignment of TD or cell

valign='top'; // valignment of TD or cell

itemwidth ='150'; // Menu width

oncolor="#000000"; // Hover color on Menu item

offcolor="#FE0000"; // Link color of Menu item

onbgcolor=""; // Hover BG color on Menu item

offbgcolor=""; // Bgcolor of Menu

ondecoration='none';

visitedcolor=''; // Visited color of menu item

borderwidth=0; // Menu border

padding=3; // Cell pading of Menu

fontsize="11px"; // Font size of Menu text

fontstyle="normal"; // fontstyle of menu item

fontfamily="Tahoma"; // Font of menu item

decoration ="none"; // Menu text decoration

fontweight='bold'; // font weight of menu text

headercolor="#000000";

headerbgcolor="#000000";

subimage=""; // Right image (Arrow) of menu item

subimagepadding="3"; // image padding

pagebgcolor=""; // Selected Bgcolor of menu item

separatorcolor="#000000";

separatorpadding=0;
}


with(subStyle=new mm_style()){ // Sub Menu Function

itemwidth = 230; // Menu width

subimagepadding=2; // image padding

bordercolor="#CCCCCC"; // border color

borderwidth=1;

fontfamily="Tahoma"; 

fontsize="11px";

fontstyle="normal";

fontweight='normal';

offbgcolor="#EFEFEF"; // Bgcolor of Menu

offcolor="#000000"; // Link color of Menu item

onbgcolor="#FFFFFF"; // Hover BG color on Menu item

oncolor="#000000"; // Hover color on Menu item

padding=3;

separatorcolor="#ffffff";

separatorpadding=0;

menubgcolor="#ffffff";

pagebgcolor="";

subimage="_img/bulletM-sub.gif";
}



////////////////////////////////////////////////Start About SubMenu here /////////////////////////////

with(milonic=new menuname("About")){
style=subStyle;
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;OBL Profile;url=about-obl.php");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;Board of Directors;url=directors.php");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;Information regarding the Directors of OBL;url=Directors-info-2010.pdf");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;Management Committee;url=management.php");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;Senior Management;url=sm.php");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;Financial Statement;url=financial-statement.php");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;Credit Rating Report;url=report/CreditRating.pdf");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;Social Commitments;url=social-commitments.php");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;OBL DSE News;url=dse-news.php");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;Achievements;url=achieve.php");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;Locations;showmenu=Location");
aI("separatorsize=1;image=_img/bulletM-s.gif;text=&nbsp;&nbsp;Career;url=career.php");
}
////////////////////////////////////////////////End /////////////////////////////

drawMenus();