


_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="#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=home;url=/mainpage.html;status=Back To Home Page;");
//aI("text=services;url=/services.html;");
aI("text=client types;showmenu=clients;");
aI("text=events;url=/events.html;");
//aI("text=workshops;url=/workshops.html;");
//aI("text=projects/news;showmenu=projects;");
aI("text=portfolio;showmenu=portfolio;");
aI("text=contact;url=/contact.html;");
aI("text=profile;url=/profile.html;");
aI("text=elements;showmenu=elements;");
//aI("text=info;showmenu=info;");
aI("offbgcolor=#B2A8C1;oncolor=#E93030;text=articles site;url=/writings.html;");
}

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

//aI("text=press;url=/press.html;");
//aI("text=events;url=/events.html;");
aI("text=links;url=/links.html;");
aI("text=blog;url=/blog/2009/blog_2009.html");

}


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=water systems;url=/elements/water.html;");
aI("text=edible landscapes;url=/elements/edible_landscapes.html;");
aI("text=vertical landscapes;url=/elements/vertical_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=latest news;url=/projects/latest.html;");
aI("text=private gardens;url=/projects.html;");
//aI("text=green walls;url=/projects/green_walls.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;");
//aI("text=planting styles;url=/landscape/psychology.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();

