

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
oncolor="#000000";
offbgcolor="#99cc99";
offcolor="#006633";
bordercolor="#339933";
borderstyle="solid";
borderwidth=1;
separatorcolor="#339933";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="bold";
fontfamily="Arial, Verdana, Tahoma";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#99cc99', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
top=192;
left=71;
screenposition="center";
orientation="horizontal";
aI("text=Home;url=http://www.ecoseeds.co.nz/index.htm;status=Back To Home Page;overbgimage=/images/hills7m2.jpg;");
aI("text=About Us;showmenu=About Us;status=What we stand for;overbgimage=/images/hills7m2.jpg;");
aI("text=Gardening Centre;showmenu=Gardening Centre;status=What do I want?;overbgimage=/images/hills7m2.jpg;");
aI("text=Downloads;showmenu=Downloads;status=Download Catalogues and order forms;overbgimage=/images/hills7m2.jpg;");
aI("text=The Mailing List;showmenu=The Mailing list;status=ecoseeds mailing list;overbgimage=/images/hills7m2.jpg;");
aI("text=Bits & Pieces;showmenu=Bits & Pieces;status= Newsletter, Phases of the moon, Forum;overbgimage=/images/hills7m2.jpg;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
overflow="scroll";
aI("text=All About Us;url=http://www.ecoseeds.co.nz/aboutus.htm;overbgimage=/images/hills7m25.jpg;");
aI("text=ecoseeds Privacy;url=http://www.ecoseeds.co.nz/privacy.htm;overbgimage=/images/hills7m25.jpg;");
aI("text=Limitation on Seeds;url=http://www.ecoseeds.co.nz/limitationseed.htm;overbgimage=/images/hills7m25.jpg;");
aI("text=Limitation on Downloads;url=http://www.ecoseeds.co.nz/limitationdownloads.htm;overbgimage=/images/hills7m25.jpg;");
}

with(milonic=new menuname("Gardening Centre")){
style=menuStyle;
overflow="scroll";
aI("text=Our Products;url=http://www.ecoseeds.co.nz/catindex.htm;status=The catalogue;overbgimage=/images/hills7m25.jpg;");
aI("text=How to Order;url=http://www.ecoseeds.co.nz/howtoorder.htm;status=The ins and outs;overbgimage=/images/hills7m25.jpg;");
aI("text=Online Ordering - without the credit card;url=http://www.ecoseeds.co.nz/onlineorder.htm;status=Buy;overbgimage=images/hills7m25.jpg;target=_blank");
aI("text=Store Locator;url=http://www.ecoseeds.co.nz/local.htm;status=The local;overbgimage=images/hills7m25.jpg;");
}

with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text=ecoseeds Latest Catalogue;url=http://www.ecoseeds.co.nz/downforms/catindexw.pdf;status=The Catalogue;overbgimage=/images/hills7m25.jpg;target=_blank");
}

with(milonic=new menuname("The Mailing List")){
style=menuStyle;
aI("text=Join the Mailing List;url=http://www.ecoseeds.co.nz/joinlist.htm;overbgimage=/images/hills7m25.jpg;");
aI("text=Tell a Friend;url=http://www.ecoseeds.co.nz/friend.htm;overbgimage=/images/hills7m25.jpg;");
aI("text=Be Removed from the Mailing List;url=http://www.ecoseeds.co.nz/remove.htm;overbgimage=/images/hills7m25.jpg;");
}

with(milonic=new menuname("Bits & Pieces")){
style=menuStyle;
aI("text=ecoseeds Latest Newsletter;url=http://www.ecoseeds.co.nz/news1.htm;overbgimage=/images/hills7m25.jpg;");
aI("text=Phases of the Moon;url=http://www.ecoseeds.co.nz/moon.htm;overbgimage=/images/hills7m25.jpg;");
aI("text=Do You Grow Seeds?;url=http://www.ecoseeds.co.nz/growers.htm;overbgimage=/images/hills7m25.jpg;");
aI("text=Links to Other Green Places;url=http://www.ecoseeds.co.nz/links.htm;overbgimage=/images/hills7m25.jpg;");
aI("text=Having Problems - Send an email;url=mailto:webmaster@ecoseeds.co.nz;overbgimage=/images/hills7m25.jpg;");
aI("text=Photographs of Us Growing Seeds;url=http://www.ecoseeds.co.nz/album/photo.html;overbgimage=/images/hills7m25.jpg;");
}

drawMenus();


