_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="#FFFFFF";
offbgcolor="#3974b8";
oncolor="#3974b8";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="110";
itemheight="20";
align="Left";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=What Marla's Provides;url=../aboutmarlas.asp;status=What Marla's Provides;");
aI("text=Belize's Children;url=Belize_children.asp;status=Belize's Children;");
aI("text=History;url=History.asp;status=History;");
aI("text=FAQ;url=FAQ.asp;status=FAQ;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Financial Gifts;url=financialgifts.asp;status=Financial Gifts;");
aI("text=Needs List;url=Needs.asp;status=Needs List;");
aI("text=Volunteer;url=volunteering.asp;status=Volunteer;");
aI("text=Foster Parenting;url=Foster_Parents.asp;status=Foster Parenting;");
}

drawMenus();

