


_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=3            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#efbf5e";
oncolor="#ffffff";
offbgcolor="#DFC080";
offcolor="#210f05";
bordercolor="#a8510a";
borderstyle="solid";
borderwidth=0;
separatorcolor="#a8510a";
separatorsize="2";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="210f05";
pagebgcolor="#dfc080";
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=180;
left=20;
alwaysvisible=1;
orientation="vertical";
followscroll=1;
aI("text=index;url=/index.html;status=Back To Index Page;");
aI("text=home;url=/mainpage.html;status=Back To Home Page;");
//aI("text=client types;showmenu=clients;");
aI("text=elements;showmenu=elements;");
//aI("text=projects;showmenu=projects;");
aI("text=portfolio;showmenu=portfolio;");
aI("text=about;url=/about.html;");
aI("text=services;url=/garden_design_consultancy.html;");
aI("text=news;url=/projects/latest.html;");
aI("text=events;url=/events.html;");
aI("text=contact;url=/contact.html;");
aI("text=blog;url=/blog;");
}

with(milonic=new menuname("clients")){
style=menuStyle;

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;");
aI("text=private gardens;url=/landscape/private_gardens.html;");
}

with(milonic=new menuname("elements")){
style=menuStyle;
aI("text=whole systems;url=/elements/whole_systems.html;");
aI("text=vertical landscapes;url=/elements/vertical_landscapes.html;");
aI("text=water systems;url=/elements/water.html;");
aI("text=edible landscapes;url=/elements/edible_landscapes.html;");
//aI("text=eco-art;url=/elements/eco-art.html;");
aI("text=urban biomass;url=/elements/urban_biomass.html;");
//aI("text=materials selection;url=/elements/materials.html;");
aI("text=design psychology;url=/elements/design_psychology.html;");
//aI("text=healing places;url=/elements/healing.html;");
}

with(milonic=new menuname("projects")){
style=menuStyle;

//aI("text=green walls;url=/projects/green_walls.html;");
aI("text=private gardens;url=/projects.html;");
aI("text=London School of Economics;url=/projects/LSE.html;");
//aI("text=educational;url=/educational.html;");
//aI("text=grand designs live;url=/grand_designs.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;");
}

drawMenus();


