


_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="#CCCCFF";
oncolor="#000000";
offbgcolor="091E4D";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#CCCCFF";
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=10;
left=10;
alwaysvisible=1;
orientation="vertical";
position="relative";
aI("text=Products;showmenu=products");
aI("text=Services;url=services.htm");
aI("text=Enquiries;showmenu=enquiries");
aI("text=Contact Us;url=contact.htm");
aI("text=Home;url=index.htm");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=Scan Kerbs;url=scankerbs.htm;");
aI("text=Kassel;url=kassel.htm;");
aI("text=Trief Kerb;url=trief.htm;");
aI("text=Trief Cadet;url=triefcadet.htm;");
aI("text=Formpave Aquaflow;url=aquaflow.htm;");
aI("text=Specialist Pavings;url=pavings.htm;");
aI("text=Manhole Rings & Hepworth Drainage;url=drainage.htm;");
aI("text=Manhole Covers & Gully Grates;url=manhole2006.htm;");
aI("text=Hauraton Drainage;url=hauraton.htm;");
aI("text=Ducting and Coiled Drainage;url=ductingandcoileddrainage.htm;");
aI("text=Granite Kerbs & Natural Stone;url=granite.htm;");
aI("text=Lifting & Cutting Equipment;url=mustang.htm;");
aI("text=Diamond Blades;url=diamondblades.htm;");
aI("text=Tools & Chemicals;url=contractorstools.htm;");
aI("text=Brett Martin Underground Drainage;url=brettmartin.htm;");
aI("text=Marshalls Street Furniture;url=marshallsSF.htm;");
aI("text=General Products;url=general.htm;");
}

with(milonic=new menuname("enquiries")){
style=menuStyle;
aI("text=Enquiries;url=enquiries.htm;");
aI("text=Credit Application;url=credit.htm;");
}


drawMenus();

