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="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5182DD";
offcolor="#ffffff";
onbgcolor="#1A9E4D";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
padding=3;
pagebgcolor="#405A1A";
pagecolor="ffffff";
separatorcolor="#94B5EB";
separatorsize=2;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=5;
aI("text=Home;url=index.htm;");
aI("text=Galleries;url=galleries.htm;");
aI("text=Willow Sculptures;url=willow-sculptures.htm;");
aI("text=Contact Us;url=contact.htm;");
aI("text=Client Portfolio;url=client-portfolio.htm;");
aI("text=Press & Media;url=press-and-media.htm;");
aI("text=Links;url=links.htm;");
}

with(milonic=new menuname("Galleries")){
style=menuStyle;
aI("text=Topiary Animals;url=topiary-animals.htm;");
aI("text=Topiary Sculptures;url=topiary-sculptures.htm;");
aI("text=Willow / Wicker Sculptures;url=willow-wicker-sculptures.htm;");
aI("text=Frame Sculptures;url=frame-sculptures.htm;");
aI("text=Topiary in Gardens;url=topiary-in-gardens.htm;");
aI("text=Replica Boxwood Sculptures;url=replica-boxwood-sculptures.htm;");
}


drawMenus();

