fixMozillaZIndex=true;


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#494870";
oncolor="#ffffff";
offbgcolor="#FAF2E7";
offcolor="#000000";
bordercolor="#494870";
borderstyle="solid";
borderwidth=1;
separatorcolor="#D1D1DD";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#EBE3DB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/health/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=170;
left=3;
alwaysvisible=1;
itemwidth=153;
orientation="vertical";
followscroll=1;
aI("text=Health Services Home;url=/health/index.htm;");
aI("text=Prevention & Planning Home;url=/health/prev/index.htm;");
aI("text=Prevention Programs;url=/health/prev/prevention.htm;showmenu=prevention;");
aI("text=First 5 Sonoma County;url=/children/index.htm;");
aI("text=How To Find Us;url=/health/prev/map.htm;");
}

with(milonic=new menuname("prevention")){
style=menuStyle;
overflow="scroll";
aI("text=Tobacco Use;url=/health/prev/tobacco.htm;showmenu=tobacco;");
aI("text=Alcohol & Other Drug;url=/health/prev/aod.htm;showmenu=aodp;");
aI("text=HIV/AIDS;url=/health/prev/hiv.htm;showmenu=hiv;");
/*aI("text=Hepatitis C;url=/health/prev/hepc.htm;showmenu=hepc;");*/
aI("text=Injury;url=/health/prev/injury.htm;showmenu=injury;");
aI("text=Nutrition & Physical Activity;url=/health/prev/nutrition.htm;showmenu=nutrition;");
}

with(milonic=new menuname("tobacco")){
style=menuStyle;
aI("text=Smoke Free Outdoor Dining;url=/health/prev/smoke_free.htm;");
aI("text=Tobacco Education;url=/health/prev/tobacco_edu.htm;");
aI("text=Tobacco-Free Coalition;url=/health/prev/tobacco_free.htm;");
aI("text=Tobacco Laws;url=/health/prev/tobacco_laws.htm;");
}

with(milonic=new menuname("injury")){
style=menuStyle;
aI("text=Safe Kids Sonoma County;url=/safekids/index.htm;");
}

/*with(milonic=new menuname("hepc")){
style=menuStyle;
aI("text=Sonoma County Hepatitis C Task Force;url=/health/prev/hepc_taskforce.htm;");
aI("text=Prevention Training;url=/health/prev/prev_training.htm;");
}*/
with(milonic=new menuname("hiv")){
style=menuStyle;
aI("text=HIV Prevention Planning;url=/health/prev/prev_plann_group.htm;");
/*aI("text=Positively Speaking;url=/health/prev/positiv_speak.htm;");*/
aI("text=Syringe Access;url=/health/prev/syringe_access.htm;");

}
	with(milonic=new menuname("aodp")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Reports, Funding Opportunities and Resources;url=/health/prev/aod_more.htm;");
	}

with(milonic=new menuname("mh")){
style=menuStyle;
aI("text=Program Support;url=/health/mh/program_support.htm;");
aI("text=24 Hour Services;url=/health/mh/24hr_services.htm;showmenu=24hr;");
aI("text=Adult Services;url=/health/mh/adult_services.htm;");
aI("text=Forensic & Special Programs;url=/health/mh/forensic_special_programs.htm;showmenu=special;");
aI("text=Youth and Family Services;url=/health/mh/youth_family.htm;");
aI("text=Consumer and Family Services;url=/health/mh/consumer.htm;showmenu=consumer;");
aI("text=Mental Health Board;url=/health/mh/mh_board.htm;");
}

	with(milonic=new menuname("24hr")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Sutter Inpatient Unit;url=/health/mh/sutter.htm;");
	aI("text=Psychiatric Emergency Services;url=/health/mh/psych_emergency.htm;");
	}
	
	with(milonic=new menuname("special")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Project Hope/Homeless Program;url=/health/mh/project_hope.htm;");
	aI("text=Sonoma Works;url=/health/mh/sonoma_works.htm;");
	aI("text=Jail Mental Health Services;url=/health/mh/jail_mh.htm;");
	aI("text=Conditional Release Program;url=/health/mh/cond_release.htm;");
	aI("text=Resource Team;url=/health/mh/resource_team.htm;");
	}
	
	with(milonic=new menuname("consumer")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Patients' Rights & Advocacy;url=/health/mh/patients_rights.htm;");
	aI("text=Client Self Help Services;url=/health/mh/client_self_help.htm;");
	aI("text=National Association for the Mentally Ill;url=/health/mh/natl_assoc.htm;");
	}
	with(milonic=new menuname("nutrition")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Community Activity and Nutrition Coalition;url=/health/prev/canc.htm;");
	aI("text=Healthy Eating Active Living Initiative;url=/health/prev/heal.htm;");
	}
drawMenus();

