fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
//onclass="cssmouse";
//offclass="cssmouse";
bordercolor="#296488";
borderstyle="solid";
fontstyle="bold";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#dadde6";
offcolor="#ffffff";
//onbgcolor="#dadde6";
oncolor="#a3bb0b";
//pagealign="left";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=2;
//pagebgcolor="#262D03";
pagecolor="white";
separatorcolor="#ffffff";
separatorsize=0;
//subimage="arrow.gif";
//subimagepadding=2;
}

with(menuStyle2=new mm_style()){
//onclass="cssmouse2";
//offclass="cssmouse2";
bordercolor="white";
borderstyle="solid";
fontstyle="strong";
//height=10;
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#262d03";
offcolor="white";
align="left";
onbgcolor="#262d03";
oncolor="#a3bb0b";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
//pagebgcolor="#262D03";
pagecolor="white";
separatorcolor="#ffffff";
separatorsize=0;
//subimage="arrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
position='relative';
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=10;
//aI("text=&nbsp;&nbsp;&nbsp;");
aI("text=<img src=\"/images/mnuhome.jpg\" border=\"0\">;url=/index.asp");
aI("text=&nbsp;");
aI("text=About;url=/about.asp;showmenu=about");
aI("text=&nbsp;|&nbsp;");
//aI("text=Services;url=#");
//aI("text=&nbsp;|&nbsp;");
aI("text=Services;url=/services.asp;showmenu=services");
aI("text=&nbsp;|&nbsp;");
aI("text=Info & Advice;showmenu=info;url=/info.asp");
aI("text=&nbsp;|&nbsp;");
aI("text=Environment &amp; Ethics;url=/environment-ethics.asp");
aI("text=&nbsp;|&nbsp;");
aI("text=Shopping;url=/shopping.asp;showmenu=shopping");
aI("text=&nbsp;|&nbsp;");
aI("text=Food;url=/food.asp");
aI("text=&nbsp;|&nbsp;");
aI("text=Gold Club;showmenu=gold;url=/gold.asp");
aI("text=&nbsp;|&nbsp;");
aI("text=Christmas;url=/christmas.asp");
aI("text=&nbsp;|&nbsp;");
aI("text=News;url=/news.asp;showmenu=news");
aI("text=&nbsp;|&nbsp;");
//aI("text=Contact;url=#");
//aI("text=&nbsp;|&nbsp;");
aI("text=Contact;showmenu=contact;url=/contact.asp");
}
with(milonic=new menuname("shopping")){
style=menuStyle2;
aI("text=Shopping;url=/shopping.asp");
aI("text=Gift Vouchers;url=/giftvouchers.asp");
aI("text=The Farm Shop;url=/foodshopping.asp");
aI("text=Clothing at Poundbury Gardens;url=/clothing.asp");
aI("text=Restaurants;url=/restaurants.asp");
aI("text=Gardening Needs;url=/gardeningneeds.asp");
aI("text=Plant Lists;url=/plant-lists.asp");
aI("text=Aquatics;url=http://www.aqualandscapedesign.co.uk");
}



with(milonic=new menuname("services")){
style=menuStyle2;
aI("text=Our Services;url=/services.asp");
aI("text=Free Delivery;url=/free-delivery.asp");
aI("text=Plant Fantasy;url=/plant-fantasy.asp");
aI("text=Two Year Hardy Plant Guarantee;url=/hardy-plant-guarantee.asp");
aI("text=Free Gift Wrapping Service;url=gift-wrapping.asp");
aI("text=Hanging Baskets and Containers;url=container-planting.asp");
aI("text=Tree Planting Service;url=tree-planting.asp");
aI("text=Garden Design;url=gardendesign.asp");
aI("text=Gardening Clubs;url=gardening-clubs.asp");
}

with(milonic=new menuname("about")){
style=menuStyle2;
aI("text=About Us;url=/about.asp");
aI("text=The Gardens Group;url=/gardensgroup.asp");
aI("text=The Staff;url=/staff.asp");
aI("text=Awards;url=/awards.asp");
aI("text=Testimonials;url=/testimonials.asp");
aI("text=The Gold Club;url=/goldclub.asp");
aI("text=Parking;url=/parking.asp");
}

with(milonic=new menuname("info")){
style=menuStyle2;
aI("text=Garden Design;url=/gardendesign.asp");
aI("text=Pest & Disease;url=/pestdisease.asp");
aI("text=Fact Sheets;url=/factsheets.asp");
aI("text=Enquiry Form;url=/enquiry.asp");
}

with(milonic=new menuname("news")){
style=menuStyle2;
aI("text=Latest News;url=/news.asp");
aI("text=News Archive;url=/newsarchive.asp");
aI("text=Events;url=/events.asp");
aI("text=Forum;url=/forum; target=_blank");
}

with(milonic=new menuname("contact")){
style=menuStyle2;
aI("text=Locations;url=/locations.asp");
aI("text=Enquiry Form;url=/enquiry.asp");
aI("text=Employment Opportunities;url=/jobs.asp");
}

with(milonic=new menuname("gold")){
style=menuStyle2;
aI("text=Membership Benefits;url=/goldclub.asp");
aI("text=How to Join;url=/howtojoin.asp");
aI("text=Diary;url=/events.asp");
aI("text=Photo Gallery;url=/eventphotos.asp");
aI("text=News and Booking Forms;url=/downloads.asp");
aI("text=Forum;url=/forum; target=_blank");
}

drawMenus();


