_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#e5dfc5";
offbgcolor="#f1ecd8";
oncolor="#8b0303";
offcolor="#000000";
bordercolor="#473838";
borderstyle="solid";
borderwidth=1;
separatorcolor="#473838";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="130";
itemheight="23";
align="Left";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Professionals;url=dynamicdata/Professionals.asp;status=Professionals;");
aI("text=About Belize;url=dynamicdata/Belize.asp;status=About Belize;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Real Estate;url=dynamicdata/Realestate.asp;status=Real Estate;");
aI("text=Intellectual Property;url=dynamicdata/IntellectualProperty.asp;status=Intellectual Property;");
aI("text=Corporate, Offshore & Commercial;url=dynamicdata/Corporatecommercial.asp;status=Corporate, Offshore & Commercial;");
aI("text=Ancillary Services;url=dynamicdata/Ancillary_Services.asp;status=Ancillary Services;");
}

drawMenus();

