_scrollAmount=5      // Used for Netscape 4 scrolling
_scrollDelay=10	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=-8;  // Sub menu offset Left position

// Goverfilter="Shadow(color='#777777', Direction=135, Strength=5)"
// Goutfilter="randomdissolve(duration=0.3)"

with(vertStyle=new mm_style()){
oncolor="#52D30B";
offcolor="#3366CC";
// outfilter="randomdissolve(duration=0.3)";
// overfilter="Fade(duration=0.2);Alpha(opacity=100);";
separatorcolor="#9E9E9E";
separatorsize=0;
padding=2;
fontsize="12px";
fontweight="plain";
fontfamily="Arial";
zindex=2;
}

horizStyle=new copyOf(vertStyle)
horizStyle.oncolor="#52D30B";
horizStyle.offcolor="#3366CC";
horizStyle.offbgcolor="white";
horizStyle.onbgcolor="white";
horizStyle.borderstyle="inset";
horizStyle.bordercolor="navy";
horizStyle.borderwidth=1;
horizStyle.separatorsize=1;
horizStyle.separatorcolor="#52D30B";

with(milonic=new menuname("mainmenu")){
top=35
left=318
style=vertStyle;
alwaysvisible=1;
screenposition="left";
orientation="horizontal";
aI("text=Home&#160;&#160;&#160;&#160;;url=page_id_1_section_id_1.html   ;");
aI("text=About us&#160;&#160;&#160;&#160;;url=page_id_2_section_id_1.html   ;showmenu=aboutusmenu;");
aI("text=Professionals&#160;&#160;&#160;&#160;;showmenu=menu1;showmenu=promenu;");
aI("text=Resources&#160;&#160;&#160;&#160;;showmenu=menu3;url=page_id_4_section_id_1.html   ;showmenu=linksmenu;");
aI("text=Stories of Courage&#160;&#160;&#160;&#160;;url=page_id_5_section_id_1.html   ;showmenu=storiesmenu;");
aI("text=Volunteer;url=page_id_6_section_id_1.html   ;showmenu=volunteermenu;");
}

with(milonic=new menuname("aboutusmenu")){
style=horizStyle;
orientation="vertical";
aI("text=Who we are;url=page_id_2_section_id_1.html   ;");
aI("text=Our vision and mission;url=page_id_2_section_id_2.html   ;");
aI("text=Our values;url=page_id_2_section_id_3.html   ;");
aI("text=Questions and answers;url=page_id_3_section_id_1.html   ;");
aI("text=Contact us;url=page_id_9_section_id_1.html   ;");
aI("text=Board of Trustees;url=page_id_2_section_id_4.html   ;");
aI("text=IRS Form 990;url=pdfs/CHN-IRS990-2007.pdf;target=irsform;");
}

with(milonic=new menuname("linksmenu")){
style=horizStyle;
orientation="vertical";
aI("text=General help and information;url=page_id_4_section_id_1.html   ;");
aI("text=Cancer specific organizations;url=page_id_4_section_id_2.html   ;");
aI("text=Ads and Posters;url=page_id_14_section_id_1.html   ;");
}

with(milonic=new menuname("promenu")){
style=horizStyle;
orientation="vertical";
aI("text=Ads and Posters;url=page_id_14_section_id_1.html   ;");
aI("text=Professional Q&A;url=page_id_8_section_id_1.html   ;");
}

with(milonic=new menuname("contactmenu")){
style=horizStyle;
orientation="vertical";
aI("text=;url=page_id_4_section_id_1.html   ;");
aI("text=;url=page_id_4_section_id_2.html   ;");
}

with(milonic=new menuname("storiesmenu")){
style=horizStyle;
orientation="vertical";
aI("text=Stories of courage - Stories of hope;url=page_id_5_section_id_1.html   ;");
aI("text=Peter's Story;url=page_id_5_section_id_2.html   ;");
aI("text=Betsy's Story;url=page_id_5_section_id_3.html   ;");
aI("text=Kevin's Story;url=page_id_5_section_id_4.html   ;");
}

with(milonic=new menuname("volunteermenu")){
style=horizStyle;
orientation="vertical";
left=640;
aI("text=Wanted: support volunteers!;url=page_id_6_section_id_1.html   ;");
aI("text=Tell us about yourself;url=page_id_6_section_id_2.html   ;");
aI("text=Q&A: About Volunteering;url=page_id_18_section_id_1.html   ;");
}

with(milonic=new menuname("resourcesmenu")){
style=horizStyle;
orientation="vertical";
aI("text=Wanted: support volunteers!;url=page_id_6_section_id_1.html   ;");
aI("text=Tell us about yourself;url=page_id_6_section_id_2.html   ;");
}

for(_a=_mnucnt;_a<_m.length;_a++)
{
	_drawMenu(_a)
}

