fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#778E1C";
offcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="#708349";
outfilter="";
overfilter=";Alpha(opacity=100);";
padding=0;
pagebgcolor="";
pagecolor="";
separatorcolor="#708248";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(menuStyleSub=new mm_style()){
bordercolor="#778E1C";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#778E1C";
offcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="#708349";
outfilter="";
overfilter="Alpha(opacity=100);";
padding=2;
pagebgcolor="";
pagecolor="";
separatorcolor="#708248";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
top=131;
itemheight=18;
screenposition="center";
style=menuStyle;
aI("text=&nbsp;&nbsp;Home&nbsp;;url=/index.php");
aI("showmenu=About;text=&nbsp;&nbsp;About Us&nbsp;&nbsp;;url=/about.php");
aI("showmenu=Loans;text=&nbsp;&nbsp;Business Loans&nbsp;&nbsp;;url=/loans.php");
aI("showmenu=SEA;text=&nbsp;&nbsp;Self-Employment Program&nbsp;&nbsp;;url=/sea.php");
aI("showmenu=Business;text=&nbsp;&nbsp;Business Development Services&nbsp;&nbsp;;url=/business.php");
aI("showmenu=Economic;text=&nbsp;&nbsp;Economic Development&nbsp;&nbsp;;url=/economic.php");
aI("text=&nbsp;&nbsp;Contact&nbsp;;url=contact.php");
}

with(milonic=new menuname("About")){
style=menuStyleSub;
itemwidth=180;
aI("text=Recent News;url=/news.php;");
aI("text=Map and Service Area;url=/about_map.php;");
aI("text=Staff;url=/about_staff.php;");
aI("text=Directors;url=/about_directors.php;");
aI("text=Success Stories;url=/about_success.php;");
aI("text=Volunteerism &amp; Employment;url=/about_volunteer.php;");
aI("text=Community Futures Reports;url=/about_reports.php;");
aI("text=FAQ;url=/about_faq.php;");
aI("text=Mailing List;url=/mailing_list.php;");
}

with(milonic=new menuname("Loans")){
style=menuStyleSub;
itemwidth=140;
aI("text=Loan Criteria;url=/loans_criteria.php;");
aI("text=Loan Purposes;url=/loans_purposes.php;");
aI("text=Application Process;url=/loans_process.php;");
aI("text=Workshop Schedule;url=/schedule.php;");
aI("text=FAQ;url=/loans_faq.php;");
}

with(milonic=new menuname("SEA")){
style=menuStyleSub;
itemwidth=140;
aI("text=Program Criteria;url=/sea_criteria.php;");
aI("text=Application Process;url=/sea_process.php;");
aI("text=Downloads;url=/sea_downloads.php;");
aI("text=Workshop Schedule;url=/schedule.php;");
}

with(milonic=new menuname("Business")){
style=menuStyleSub;
itemwidth=180;
aI("text=Business Counselling;url=/business_counselling.php;");
aI("text=Aboriginal Entrepreneurship;url=/business_aboriginal.php;");
aI("text=Entrepreneurs with Disabilities;url=/business_disabilities.php;");
aI("text=Workshops;url=/business_workshops.php;");
aI("text=Workshop Schedule;url=/schedule.php;");
aI("text=Customized Training;url=/business_custom.php;");
aI("text=Resources;url=/business_resources.php;");
}

with(milonic=new menuname("Economic")){
style=menuStyleSub;
itemwidth=140;
aI("text=Partnerships;url=/economic_partner.php;");
aI("text=Projects;url=/economic_projects.php;");
aI("text=Reports;url=/economic_reports.php;");
aI("text=Events;url=/economic_events.php;");
}

drawMenus();

