


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#F66666";
offcolor="#ffffff";
bordercolor="#663333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#663333";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#993333";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="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=95;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=http://www.afmoulden.co.uk;");
aI("text=Portfolio;showmenu=Portfolio;");
aI("text=Useful Links;showmenu=Links;");
aI("text=Request a Quote;url=http://www.dlmoulden.co.uk/afm/contact.html;");
 
}

with(milonic=new menuname("Home")){
style=menuStyle;
overflow="scroll";
aI("text=Back to Main Page;url=http://www.dlmoulden.co.uk/afm/index.html;");
}

with(milonic=new menuname("Portfolio")){
style=menuStyle;
aI("text=Kitchens;url=http://www.dlmoulden.co.uk/afm/pages/gallery/kitchen_gallery.htm;");
aI("text=Bathrooms;url=http://www.dlmoulden.co.uk/afm/pages/gallery/bathroom_gallery.htm;");
aI("text=Furniture;url=http://www.dlmoulden.co.uk/afm/pages/gallery/furniture_gallery.htm;");
aI("text=Renovations;url=http://www.dlmoulden.co.uk/afm/pages/gallery/renovation_gallery.htm;");
aI("text=Extensions;url=http://www.dlmoulden.co.uk/afm/pages/gallery/extension_gallery.htm;");
aI("text=Other...;url=http://www.dlmoulden.co.uk/afm/;");

}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=BSA Bantam Racing;url=http://www.bsabantamracing.co.uk;");
}


drawMenus();

                                                                         