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(MainStyle=new mm_style()){
align='center';
valign='middle';
itemwidth =150;
oncolor="#865858";
offcolor="#865858";
//onbgcolor="#920202";
//offbgcolor="#B01F1F";
ondecoration='none';
//visitedcolor='#B141AA';
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="0";
separatorheight=1;
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, sans-serif";
decoration ="";
fontweight='bold';
headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="images/arrow_down_wh.gif";
//onsubimage="images/arrow_down_wh.gif";
//subimagepadding="5";
pagecolor="#9D080D";
separatorcolor="#FFFFFF";
separatorpadding=1;
}

with(subStyle=new mm_style()){
/*align='left';
valign='middle';
itemwidth = '200';
oncolor="#003333";
offcolor="#003333";
onbgcolor="#99CC99";
offbgcolor="#eeeeee";
ondecoration='none';
//visitedcolor='#B141AA';
borderwidth=1;
bordercolor="#999999";
separatorcolor="#FFFFFF";
//separatorsize="1";
separatorheight=1;
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, sans-serif";
decoration = "underline";
//fontweight='bold';
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="1";*/
//subimage="images/arrow.gif";
//onsubimage="images/arrow_down_wh.gif";
itemwidth = 130;
subimagepadding=5;
bordercolor="#A7A7A7";
borderwidth=0;
fontfamily="Verdana, sans-serif";
fontsize="10px";
fontstyle="normal";
fontweight='bold';
//image="images/menu-bg.gif";
//menubgimage="images/menu-bg.gif";
offbgcolor="#F1E7E3";
offcolor="#900000";
onbgcolor="#900000";
oncolor="#F9F9F9";
padding=5;
separatorcolor="#FFFFFF";
separatorpadding=1;
separatorheight=1;
//menubgcolor="#BD4242";
//subimage="images/arrow_down_wh.gif";
}

with(milonic=new menuname("contact")){
style=subStyle;
aI("text=Mailing Information;status=Contact Information of BEH;url=beh_contact.php;");
aI("text=Location Map;status=Location Map of BEH;url=beh_location.php;");
aI("text=Appointment;status=Appointment Information of BEH;url=beh_appointment.php;");
aI("text=Enquiry Form;status=Enquiry Information of BEH;url=beh_enquiry_form.php;");
}

drawMenus();
