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(ScrollingSampStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#20b35b";
offcolor="#ffffff";
onbgcolor="#dee772";
oncolor="#2d313a";
padding=3;
}


<!-- Products MENU -->
with(milonic=new menuname("Products")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Removable Appliances;url=removable-appliances.php;");
aI("text=Fixed Appliances;url=fixed-appliances.php;");
aI("text=Functional Appliances;url=functional-appliances.php;");
aI("text=Expansion Distalize Appliances;url=expansion-distalize-appliances.php;");
aI("text=Bruxing/Athletics;url=bruxing-athletics.php;");
aI("text=Records/Articulation;url=records-articulation.php;");
aI("text=Indirect Bonding;url=indirect-bonding.php;");
}

drawMenus();


