


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

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top="25";
left="220";
alwaysvisible=1;
orientation="horizontal";
followscroll=0;
aI("text=home;url=index.html;status=Lowry Flowers home;");
aI("text=services;showmenu=services;status=range of services;");
aI("text=portfolio;showmenu=portfolio;status=examples of previous work;");
aI("text=prices;url=prices.html;status=price ranges for services;");
aI("text=about us;url=about.html;status=about lowry flowers");
aI("text=contact us;url=contact.html;status=contact details");
aI("text=links;url=links.html;status=links page");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=wedding flowers;url=wedding_flower_preservation.html;status=wedding flower preservation services;");
aI("text=special occasion flowers;url=floral_preservation.html;status=floral preservation services;");
aI("text=sugar and silk flowers;url=icing_preservation.html;status=cake decoration preserving services;");
aI("text=frame options;url=framing.html;status=framing options;");
}

with(milonic=new menuname("portfolio")){
style=menuStyle;
aI("text=portfolio of floral preservation;url=portfolio.html;status=floral preservation services;");
aI("text=portfolio of icing preservation;url=portfolio_icing.html;status=cake decoration preserving services;");

}

drawMenus();

