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=2;
_subOffsetLeft=-2;

with(menuStyle1=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#faf6d2";
oncolor="#000099";
//outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#dcedd6', Direction=135, Strength=3)";
padding=4;
pagebgcolor="transparent";
pagecolor="black";
separatorcolor="#b0c3a9";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=1;
}

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#f1f7ee";
offcolor="#000000";
onbgcolor="#faf6d2";
oncolor="#000099";
//outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#dcedd6', Direction=135, Strength=3)";
padding=4;
pagebgcolor="transparent";
pagecolor="black";
separatorcolor="#b0c3a9";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
menualign="center";
align="center";
left=0;
orientation="horizontal";
style=menuStyle1;
top=25;
aI("url=default.aspx;text= <img src=images/home-1.jpg border=0>&nbsp;&nbsp;;");
aI("showmenu=DO-YOU-WANT;text=&nbsp;&nbsp;DO YOU WANT...&nbsp;;");
aI("url=our-experts.aspx;text=&nbsp;&nbsp;OUR EXPERTS&nbsp;&nbsp;;");
aI("showmenu=OUR-RESULTS;text=&nbsp;&nbsp;OUR RESULTS&nbsp;&nbsp;;");
aI("url=ask-the-doctor.aspx;text=&nbsp;&nbsp;ASK THE DOCTOR&nbsp;&nbsp;;");
aI("showmenu=OUR-PARTNERS;text=&nbsp;&nbsp;OUR PARTNERS&nbsp;&nbsp;;");
aI("showmenu=ABOUT-US;text=&nbsp;&nbsp;ABOUT US&nbsp;&nbsp;;");
}

with(milonic=new menuname("DO-YOU-WANT")){
overflow="scroll";
style=menuStyle;
aI("text=A Youthful Face?;url=Youthful-Face.aspx;")
aI("text=Smooth Skin?;url=Smooth-Skin.aspx;")
aI("text=Beautiful Legs?;url=Beautiful-Legs.aspx;")
aI("text=Plump Lips?;url=Plump-Lips.aspx;")
aI("text=Whiter Teeth?;url=Whiter-Teeth.aspx;")
aI("text=Clear Skin?;url=Clear-Skin.aspx;")
aI("text=Less Body or Facial Hair?;url=Less-Body-Facial-Hair.aspx;")
}

with(milonic=new menuname("OUR-RESULTS")){
overflow="scroll";
style=menuStyle;
aI("text=Before and After Photos;url=Before-After.aspx;")
aI("text=Testimonials;url=Testimonials.aspx;")
}

with(milonic=new menuname("OUR-PARTNERS")){
overflow="scroll";
style=menuStyle;
aI("text=Products;url=Products.aspx;")
aI("text=Care Credit;url=Care-Credit.aspx;")
aI("text=Promotion Partners;url=Promotion-Partners.aspx;")
}

with(milonic=new menuname("ABOUT-US")){
overflow="scroll";
style=menuStyle;
aI("text=Contact Us/Directions;url=Contact-Us.aspx;")
aI("text=What is a Med Spa?;url=What-Med-Spa.aspx;")
aI("text=Harmony Newsletter;url=Harmony-Newsletter.aspx;")
aI("text=MedSpa Etiquette;url=MedSpa-Etiquette.aspx;")
aI("text=Careers;url=Careers.aspx;")
}

drawMenus();

