fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=-2            // 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="#a4c3d7";		//Background color on mouseover
oncolor="#000000";			//Text color of menu item on mouseover
offbgcolor="#c8deec";		//Background color of menu
offcolor="#000000";			//Text color of menu items
bordercolor="#c8deec";	
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding=5;
fontsize="9pt";				//Always use a percentage so it will adjust for user settings
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";			//Sets the current page text color of the menu item
pagebgcolor="#a4c3d7";		//Sets the current page background color of the menu item
headercolor="#000000";
headerbgcolor="#a4c3d7";
subimage="/scech/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#c8deec', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}
with(SubmenuStyle=new mm_style()){
onbgcolor="#a4c3d7";		//Background color on mouseover
oncolor="#000000";			//Text color of menu item on mouseover
offbgcolor="#c8deec";		//Background color of menu
offcolor="#000000";			//Text color of menu items
bordercolor="#999999";	
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding=5;
fontsize="9pt";				//Always use a percentage so it will adjust for user settings
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";			//Sets the current page text color of the menu item
pagebgcolor="#a4c3d7";		//Sets the current page background color of the menu item
headercolor="#000000";
headerbgcolor="#a4c3d7";
subimage="/scech/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=96);Shadow(color='#CCCCCC', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=128;
left=0;
alwaysvisible=1;
orientation="vertical";
itemwidth="154";
followscroll=1;
aI("text=SCECH Home;url=/scech/index.htm;status=SCECH Home Page;");
aI("text=Wellness Forum;url=/scech/wellness/index.htm;showmenu=wellness;status=Wellness Forum;");
aI("text=Business Resiliency Round Table;url=/scech/brrt/index.htm;showmenu=brrt;status=Business Resiliency Round Table;");
aI("text=Economic Development Board;url=/edb/index.htm;");
aI("text=Sonoma County Health Profile;url=/health/ph/data/hp/index.htm;");
}

with(milonic=new menuname("wellness")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Home;url=/scech/wellness/index.htm;");
aI("text=Financial Benefits;url=/scech/wellness/financial.htm;showmenu=benefits;");
aI("text=Worksite Wellness Toolkit;url=/scech/wellness/toolkit.htm;showmenu=toolkit;");
//aI("text=Steps for Implementing a Wellness Program;url=/scech/wellness/steps.htm;");
aI("text=Innovative Employers;url=/scech/wellness/innovative.htm;");
//aI("text=Local Support;url=/scech/local_support/index.htm;showmenu=local;");
aI("text=Wellness Resources;url=/scech/wellness/wellness_resources.htm;");
aI("text=Contact Us;url=/scech/contact.htm#wellness;");
}

with(milonic=new menuname("brrt")){
style=SubmenuStyle;
overflow="scroll";aI("text=Home;url=/scech/brrt/index.htm;");
aI("text=Make a Plan;url=/scech/brrt/plan.htm;");
aI("text=Resources;url=/scech/brrt/resources.htm;");
aI("text=Events;url=/scech/brrt/events.htm;status=Events;");
aI("text=In the News;url=/scech/brrt/news.htm;");
aI("text=Local Support;url=/scech/brrt/support.htm;");
aI("text=Contact Us;url=/scech/contact.htm#brrt;");
}

with(milonic=new menuname("benefits")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Reducing Absenteeism;url=/scech/wellness/absenteeism.htm;");
aI("text=Managing Healthcare Costs;url=/scech/wellness/managing_costs.htm;");
aI("text=Return on Investment;url=/scech/wellness/return.htm;");
}

with(milonic=new menuname("toolkit")){
style=SubmenuStyle;
overflow="scroll";
//aI("text=Implementation Steps:;type=header;");
aI("text=Step 1: Assessment;url=/scech/wellness/assessment.htm;");
aI("text=Step 2: Wellness Goals & Objectives;url=/scech/wellness/wellness_goals.htm;");
aI("text=Step 3: Policy Design;url=/scech/wellness/policy_design.htm;");
aI("text=Step 4: Policy Implementation ;url=/scech/wellness/policy_implementation.htm;");
aI("text=Step 5: Program Design;url=/scech/wellness/program_design.htm;");
aI("text=Step 6: Program Implementation;url=/scech/wellness/program_implementation.htm;");
aI("text=Step 7: Employee Buy-in;url=/scech/wellness/employee_buy_in.htm;");
aI("text=Step 8: Maintain Adherence;url=/scech/wellness/maintain_adherence.htm;");
}

drawMenus();