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=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
/*bordercolor="#999999";
borderstyle="solid";
borderwidth=1;*/
fontfamily="Trebuchet MS, Verdana;";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#333333";
offcolor="#ffffff";
onbgcolor="#d6002c";
padding=3;
separatorcolor="#ffffff";
separatorsize=2;
/*subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;*/
itemwidth=103;
align='center';
itemheight=24;
}

with(menuStyle2=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS, Verdana;";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#f2f2f2";
offcolor="#000000";
onbgcolor="#d6002c";
oncolor="#ffffff";
padding=4;
separatorcolor="#ffffff";
separatorsize=1;
itemheight=20;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=HOME;url=http://www.healthdesigns.net;");
aI("showmenu=Services;text=SERVICES;");
aI("showmenu=track_record;text=TRACK RECORD;");
aI("showmenu=tips;text=TIPS & RESOURCES;");
aI("showmenu=about_us;text=ABOUT US;");
aI("showmenu=contact;text=CONTACT;");
}

with(milonic=new menuname("Services")){
left="offset=-1px";
style=menuStyle2;
aI("text=Worksite Wellness;url=http://www.healthdesigns.net/whatwedo/index.php;")
aI("text=Health Screenings;url=http://www.healthdesigns.net/whatwedo/screenings.php;")
aI("text=Health Assessments;url=http://www.healthdesigns.net/whatwedo/assessments.php;")
aI("text=Face-to-Face Coaching;url=http://www.healthdesigns.net/whatwedo/coaching.php;")
aI("text=Additional Health Services;url=http://www.healthdesigns.net/whatwedo/additional-services.php;")

}

with(milonic=new menuname("track_record")){
left="offset=-1px";
style=menuStyle2;
aI("text=Experience;url=http://www.healthdesigns.net/ourclients/index.php;");
aI("text=Endorsements;url=http://www.healthdesigns.net/ourclients/testimonials.php;");
aI("text=Case Studies;url=http://www.healthdesigns.net/ourclients/results.php;");
}

with(milonic=new menuname("tips")){
left="offset=-1px";
style=menuStyle2;
aI("text=Wellness Library;url=http://www.healthdesigns.net/library/");
}

with(milonic=new menuname("about_us")){
left="offset=-1px";
style=menuStyle2;
aI("text=Get To Know Us;url=http://www.healthdesigns.net/whoweare/index.php;");
aI("text=Leadership;url=http://www.healthdesigns.net/whoweare/staff.php;");
aI("text=Mission & Values;url=http://www.healthdesigns.net/whoweare/mission.php;");
aI("text=News;url=http://www.healthdesigns.net/whoweare/news.php;");
}

with(milonic=new menuname("contact")){
left="offset=-1px";
style=menuStyle2;
aI("text=Contact Information;url=http://www.healthdesigns.net/contact/");
}


drawMenus();

