


_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()){
onbgcolor="#b4bb83";
oncolor="#ffffff";
offbgcolor="#f5f5dc";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#bba683";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/pics/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=140;
left=20;
alwaysvisible=1;
orientation="vertical";
followscroll=1;
aI("text=essays home;url=/writings.html;status=Back To Home Page;");

aI("text=about this site;url=/about.html;");
aI("text=your comments;url=/comments.html;");
aI("text=contact;url=/contact.html;");
//aI("text=client types;showmenu=clients;");
//aI("text=portfolio;showmenu=portfolio;");
//aI("text=events;url=/events.html;");
aI("text=press;url=/press.html;");
aI("text=blog;url=/blog/2009/blog_2009.html;");
aI("offbgcolor=#B2A8C1;oncolor=#E93030;text=services site;url=/mainpage.html;");

}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=garden design;url=/services/garden_design_services.html;");
aI("text=beach gardens;url=/services/beach_garden_design.html;");
aI("text=water gardens;url=/services/water_garden_design.html;");
aI("text=consultancy;url=/services/garden_consultancy.html;");
aI("text=commercial work;url=/services/commercial_landscape.html;");
}
with(milonic=new menuname("portfolio")){
style=menuStyle;
aI("text=water gardens;url=/gardens/water_gardens.html;");
aI("text=beach gardens;url=/gardens/beach_gardens.html;");
aI("text=outdoor rooms;url=/gardens/outdoor_rooms.html;");
aI("text=planting styles;url=/gardens/planting.html;");
}

with(milonic=new menuname("clients")){
style=menuStyle;
aI("text=private gardens;url=/landscape/private_gardens.html;");
aI("text=urban design;url=/landscape/urban_design.html;");
aI("text=corporate/leisure;url=/landscape/corporate_sustainability.html;");
aI("text=developments;url=/landscape/development.html;");
aI("text=school design;url=/landscape/community.html;");
aI("text=public space;url=/landscape/landscape.html;");

}

drawMenus();

