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, Verdana, Tahoma";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#f7008d";
headercolor="#ffffff";
offbgcolor="#f7008d";
offcolor="#ffffff";
onbgcolor="#b0b1b3";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#f7008d";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("freebies")){
style=menuStyle;
aI("text=Links;url=links.html;");
}

with(milonic=new menuname("buy")){
style=menuStyle;
aI("text=Consumers&nbsp;&nbsp;&nbsp;&nbsp;;url=buy.html;");
aI("text=Stockists&nbsp;&nbsp;&nbsp;&nbsp;;url=stockists.html;");
}


with(milonic=new menuname("reviews")){
style=menuStyle;
aI("text=Reviews&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=reviews.html;");
aI("text=Links;url=links.html;");
}

with(milonic=new menuname("uses")){
style=menuStyle;
aI("text=Baby&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=baby.html;");
}




drawMenus();

