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(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Tahoma, Verdana";
fontsize="90%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#FF6699";
onbgcolor="transparent";
oncolor="#FF6699";
padding=2;
bgimage="background.gif"; 
pagebgcolor="#000000";
pagecolor="#000000";
separatorcolor="#000000";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=75;
overflow="scroll";
style=menuStyle;
top=145;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Home;url=index.htm;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;History;url=history.htm;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Contact;url=contact.htm;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Breast Cancer;url=cancer.htm;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Info;url=treatments.htm;");
aI("showmenu=products;text=&nbsp;&nbsp;&nbsp;&nbsp;Products;");
aI("showmenu=resources;text=&nbsp;&nbsp;&nbsp;&nbsp;Resources;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Support;url=support.htm;");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Clothing;showmenu=clothing;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Teens;showmenu=teens;");
}



with(milonic=new menuname("clothing")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Tee Shirts;url=clothing-tees.htm;");
}

with(milonic=new menuname("teens")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Jewelry;url=Teens.htm;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Yoga & Reiki;url=yoga.htm;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Handy Husband;url=handy.htm;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Hair Stylist;url=hair.htm;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Wellness & Beauty Care;url=beauty.htm;");
}

drawMenus();

<!-- hl 12/31/2010 -->
