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()){
styleid=1;
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
itemheight="33px";
//font
fontfamily="Georgia, Times New Roman, Times, serif";
fontsize="18px";
fontstyle="italic";
fontweight="bold";
//tabon
headerbgcolor="#66ffcc";
headercolor="#002b5e";
//tab off
offbgcolor="#b49f6b";
offcolor="#ffffff";
image="menu/arrow_off.gif";
imagepadding=0;
//tab on rollover
onbgcolor="#002b5e";
oncolor="#ffffff";
overimage="menu/arrow_on.gif";
//tab clicked
//pagebgcolor="#FFFFFF";
pagecolor="#ffffff";
padding=5;
//separators
separatorcolor="#ffffff";
separatorsize=1;
//submenu
//subimage="menu/arrow.gif";
subimagepadding=5;
//effect
outfilter="randomdissolve(duration=0.3)";
//shadow
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
}

with(submenuStyle=new mm_style()){
bordercolor="#002b5e";
borderstyle="solid";
borderleft=0;
//font
fontfamily="Arial, Verdana, Tahoma";
fontsize="14px";
fontstyle="normal";
fontweight="";
//tabon
headerbgcolor="#ffffff";
headercolor="#b49f6b";
//tab off
offbgcolor="#002b5e";
offcolor="#ffffff";
//image="menu/orangedots.gif";
imagepadding=0;
//tab on rollover
onbgcolor="#b49f6b";
oncolor="#ffffff";
//overimage="menu/whitedots.gif";
//tab clicked
pagebgcolor="#002b5e";
pagecolor="#ffffff";
padding=6;
//separators
separatorcolor="#ffffff";
separatorsize=1;
//submenu
//subimage="menu/arrow.gif";
subimagepadding=0;
//effect
outfilter="randomdissolve(duration=0.3)";
//shadow
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
}
with(milonic=new menuname("who")){
margin=0;
style=submenuStyle;
aI("text=Who Is On Our Team;url=who_team.html");
aI("text=Who You Contact ;url=who_contact.html");
}
with(milonic=new menuname("what")){
margin=0;
style=submenuStyle;
aI("showmenu=whatwedo;text=What We Do;");
aI("text=What to Expect: Homecare 101;url=what_expect.html");
aI("text=What to Ask;url=what_ask.html");
}
//what submenu
with(milonic=new menuname("whatwedo")){
margin=0;
style=submenuStyle;
aI("text=Provide Certified Care;url=what_do_certified.html");
aI("text=Provide Private Duty Care;url=what_do_private.html");
}
with(milonic=new menuname("when")){
margin=0;
style=submenuStyle;
aI("text=When You Feel Caregiver Overload;url=when_overload.html");
}
with(milonic=new menuname("where")){
margin=0;
style=submenuStyle;
aI("showmenu=wheredowecare;text=Where We Care;");
}
//where submenu
with(milonic=new menuname("wheredowecare")){
margin=0;
style=submenuStyle;
aI("text=Service Area;url=where_servicearea.html");
aI("text=And At New Horizons;url=where_newhorizons.html");
}
with(milonic=new menuname("why")){
margin=0;
style=submenuStyle;
aI("text=Why Us;url=why_us.html");
aI("text=Why Others Recommend Us;url=why_recommend.html");
}
with(milonic=new menuname("robbie")){
margin=0;
style=submenuStyle;
aI("text=Who We Are;url=robbies_who.html");
aI("text=What We Do;url=robbies_what.html");
aI("text=Why We Are Unique;url=robbies_why.html");
aI("text=Our Team;url=robbies_team.html");
aI("text=Who to Contact;url=robbies_contact.html");
aI("text=Where to Find Us;url=robbies_findus.html");
aI("text=Virtual Tour;url=robbies_virtualtour.html");
}
//
drawMenus();
//

