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=1;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#eeeeee";
borderstyle="solid";
borderwidth=0;
fontfamily="tahoma";
fontsize="14px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#666666";
offbgcolor="#CCCC99";
offcolor="#000000";
onbgcolor="#D9D9B3";
oncolor="#000000";
padding=5;
pagebgcolor="#CCCC99";
pagecolor="black";
separatorcolor="#E1E1C4";
separatorsize=1;
subimagepadding=3;
}

with(milonic=new menuname("schedules")){
overflow="scroll";
style=menuStyle;
aI("text=Fraser Health Authority;url=schedules_fha.htm;")
aI("text=Interior Health Authority;url=schedules_iha.htm;")
aI("text=Northern Health Authority;url=schedules_nha.htm;")
aI("text=Vancouver Coastal Health Authority;url=schedules_vcha.htm;")
aI("text=Vancouver Island Health Authority;url=schedules_viha.htm;")
}

with(milonic=new menuname("information")){
overflow="scroll";
style=menuStyle;
aI("text=What is Self-Management?;url=information_what_is_self-management.htm;")
aI("text=CDSMP History;url=information_cdsmp_history.htm;")
aI("text=CDSMP Program;url=information_cdsmp_program.htm;")
aI("text=CDSMP Research;url=information_cdsmp_research.htm;")
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Promotional Materials;url=resources_promotional_materials.htm;");
aI("text=References;url=resources_references.htm;");
aI("text=Volunteer Leaders;url=resources_volunteer_leaders.htm;");
}

drawMenus();


