


_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="#CCFF99";
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=index.html;status=Back To Home Page;");
aI("text=portfolio;showmenu=portfolio;");
aI("text=design/consultancy;url=design_consultancy.html;");
aI("text=testimonials;url=testimonials.html;");
aI("text=about us;url=about_us.html;");
aI("text=contact;url=contact_us.html;");
aI("text=links;url=links.html;");
}

with(milonic=new menuname("portfolio")){
style=menuStyle;
aI("text=hard landscape 1;url=hard_landscaping.html;");
aI("text=hard landscape 2;url=hard_landscaping-2.html;");
aI("text=beach gardens 1;url=beach_garden.html;");
aI("text=beach gardens 2;url=beach_garden-2.html;");
aI("text=indian sandstone;url=indian_sandstone.html;");
aI("text=water features 1;url=water_features.html;");
aI("text=water features 2;url=water_features-2.html;");
aI("text=decking;url=decking.html;");
aI("text=planting schemes;url=planting_schemes.html;");
aI("text=tree surgery;url=tree_surgery.html;");
}

drawMenus();

