


_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="#4b0082";
oncolor="#ffebdc";
offbgcolor="#E6E6FF";
offcolor="#1F1C5B";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#D9A6CC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="pics/arrowdn.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="150";
left="20";
alwaysvisible=1;
orientation="vertical";
followscroll=1;
aI("text=home page;url=index.html;status=Millstone main home;");
aI("text=news page;url=news.html;status=Millstone news page;");
aI("text=services;showmenu=services;status=range of services;");
aI("text=domestic portfolio;url=portfolio.html;status=portfolio of works;");
aI("text=commercial portfolio;url=commercial_portfolio.html;status=portfolio of works;");
aI("text=testimonials;url=testimonials.html;status=testimonials");
aI("text=about us;url=about_us.html;status=about Millstone Landscapes");
aI("text=company policies;url=company_policies.html;status=company_policies");
aI("text=contact us;url=contact_us.html;status=contact details");
}


with(milonic=new menuname("services")){
style=menuStyle;
aI("text=commercial landscapes;url=commercial_landscapes.html;");
aI("text=private gardens;url=private_gardens.html;");
aI("text=show homes;url=show_homes.html;");
aI("text=sales cabins;url=show_homes.html#SC;");
//aI("text=water features;url=water_features.html;");
aI("text=maintenance;url=commercial_landscapes_maintenance.html;");
aI("text=environmental;url=environmental_conservation.html;");
aI("text=hydra-seeding;url=hydra_seeding.html;");
aI("text=tree surgery;url=tree_surgery.html;");
aI("text=project package;url=project_package.html;");
aI("text=Japanese knotweed;url=japanese_knotweed.html;");
aI("text=topsoil manufacturing;url=topsoil_manufacturing.html;");
aI("text=vegetative blanket;url=sedum_blanket.html;");
}



drawMenus();

