fixMozillaZIndex=true; 
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=1;
_subOffsetLeft=-1;

with(menuStyle=new mm_style()){
bordercolor="#013C68";
borderstyle="solid";
borderwidth=1;
itemwidth="128px";
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#013C68";
offcolor="#ffffff";
onbgcolor="#50B2E1";
oncolor="#ffffff";
padding=3;
pagebgcolor="#2F91AC";
pagecolor="white";
separatorcolor="#013C68";
separatorsize=0;
subimage="";
subimagepadding=1;
}

with(milonic=new menuname("profile")){
style=menuStyle;
aI("text=Corporate Profile;url=BDLprofile.html;");
aI("text=Our Clients;url=ourClients.html;");
aI("text=The BDL Process;url=BDLprocess.html");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=IntelliCMS;url=ourProducts_intellicms.html;");
aI("text=IntelliCAT;url=ourProducts_intellicat.html;");
aI("text=IntelliCOM;url=ourProducts_intellicom.html");
aI("text=IntelliBOOK;url=ourProducts_intellibook.html");
}

with(milonic=new menuname("work")){
style=menuStyle;
aI("text=Applications;url=ourServices_applications.html;");
aI("text=E-Commerce;url=ourServices_ecommerce.html;");
aI("text=Marketing;url=ourServices_marketing.html");
aI("text=Web Design;url=ourServices_webDesign.html");
}

drawMenus();

