_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="#355164";
oncolor="#CEBC83";
padding="9";
separatorcolor="#625839";
separatorsize="1";
subimage="images/xp_ind.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#355164";
borderstyle="Double";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#CEBC83";
oncolor="Black";
padding="4";
subimage="images/xp_ind.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home Page;target=;url=index.html;");
aI("showmenu=Who We AreProjects & ServicesLEFT_MENU;text=Who We Are;target=;url=about.html;");
aI("showmenu=NewsNews Release 1LEFT_MENU;text=News;target=;url=newsletter.html;");
aI("showmenu=How You Can HelpVolunteeringLEFT_MENU;text=How You Can Help;target=;url=volunteering.html;")
aI("text=Acknowledgements;target=;url=acknowledge.html;");
aI("text=Contact Us;target=;url=contact.html;");
/*aI("text=;About Us;target=;url=about.html;");*/
aI("text=Donate Now!;target=;url=donation.html;");
}

with(milonic=new menuname("Who We AreProjects & ServicesLEFT_MENU")){
style=submenuStyle;
aI("text=Projects & Services;target=;url=projects.html;");
/*aI("text=Current Services;target=;url=services.html;");*/
aI("text=Our Sponsors;target=;url=sponsors.html;");
aI("text=Media;target=;url=media.html;");
aI("text=About Us;target=;url=about.html;");
}

with(milonic=new menuname("NewsNews Release 1LEFT_MENU")){
style=submenuStyle;
aI("text=News Release 1;target=;url=newsletter.html;");
/*aI("text=News Release 2;target=;url=News-Release-2.html;");
aI("text=News Release 3;target=;url=News-Release-3.html;");
aI("text=News Release 4;target=;url=News-Release-4.html;");
aI("text=News Release 5;target=;url=News-Release-5.html;");
*/
}

with(milonic=new menuname("How You Can HelpVolunteeringLEFT_MENU")){
style=submenuStyle;
aI("text=By Volunteering;target=;url=volunteering.html;");
/*aI("text=Through BMO Master Card;target=;url=BMOhelp.html;");
aI("text=Via Gift A-Louge;target=;url=donation.html;");
aI("text=By Using Drop-in Center;target=;url=dropinctr.html;");
aI("text=Donations;target=;url=donation.html;");
*/
}


 drawMenus();

