

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#F7F2D0";
oncolor="#000000";
offbgcolor="#F7F2D0";
offcolor="#777777";
borderstyle="none";
separatorsize="1";
separatorcolor="#BBBBBB";
separatorpadding=3;
separatorheight=12;
padding=3;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#777777";
pagebgcolor="#F7F2D0";
headercolor="#000000";
headerbgcolor="#F7F2D0";
//subimage="/menu/arrow.gif";
//subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
//outfilter="randomdissolve(duration=0.3)";
}


with(subMenuStyle=new mm_style()){
onbgcolor="#E1D8B0";
oncolor="#000000";
offbgcolor="#F7F2D0";
offcolor="#555555";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#BBBBBB";
separatorsize="1";
padding=4;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#F7F2D0";
headercolor="#000000";
headerbgcolor="#F7F2D0";
subimage="/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);";
itemwidth=130;
}


with(milonic=new menuname("Centre")){
style=subMenuStyle;
overflow="scroll";
aI("text=Introduction;url=/pages/gardencentre.html;");
aI("text=Services;url=/pages/services.html;");
aI("text=What's new?;url=/pages/whatsnew.html;");
aI("text=Product range;showmenu=productranges;url=/pages/productrange.html;");
}

with(milonic=new menuname("society")){
style=subMenuStyle;
overflow="scroll";
aI("text=Introduction;url=/pages/gardensociety.html;");
aI("text=Events;url=/pages/events.html;");
aI("text=News;url=/pages/news.html;");
aI("text=Join us;url=/pages/joinus.html;");

}

with(milonic=new menuname("productranges")){
style=subMenuStyle;
overflow="scroll";
aI("text=Plants;url=/pages/plants.html;");
aI("text=Home;url=/pages/homedecoration.html;");
aI("text=Garden Care;url=/pages/gardencare.html;");
aI("text=Outdoor Living;url=/pages/outdoorliving.html;");
aI("text=Gourmet Products;url=/pages/gourmet-products.html;");
aI("text=Planters;url=/pages/planters.html;");
aI("text=Natural beauty products;url=/pages/beautyproducts.html;");
}

drawMenus();

