effect=""

_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=0;
_subOffsetLeft=0;


with(style1=new mm_style()){
offcolor="#FFFFFF";
offbgcolor="#006600";
oncolor="#FFFFFF";
onbgcolor="#04B05A";
bordercolor="black";
borderstyle="solid";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
subimage="arrow.gif";
pagecolor="#000000";
pagebgcolor="#ABFCC4";
headercolor="#ffffff";
headerbgcolor="#000099";
separatorcolor="black";
}

with(milonic=new menuname("mainmenu")){
top=20;
screenposition="left,top";
style=style1;
left="offset=10"
top="offset=10"
alwaysvisible=1;
alignment="left";
aI("text=Home;url=../index.html;;separatorsize=1")
aI("text=About Us&nbsp;&nbsp;;showmenu=aboutus;;separatorsize=1")
aI("text=Contacts&nbsp;&nbsp;;showmenu=contacts;;separatorsize=1")
aI("text=Products&nbsp;&nbsp;;showmenu=products;;separatorsize=1")
aI("text=Retail;url=../retail.html;;separatorsize=1")
aI("text=Machining;url=../hardwood-and-softwood-machining.html;;separatorsize=1")
aI("text=Specification&nbsp;&nbsp;;showmenu=specification;;separatorsize=1")
aI("text=Environment&nbsp;&nbsp;;showmenu=environment;;separatorsize=1")
aI("text=Downloads Section&nbsp;&nbsp;;showmenu=downloads;;separatorsize=1")
aI("text=Links&nbsp;&nbsp;;showmenu=links;;separatorsize=1")
aI("text=Site Map and Help;url=../sitemap.html;;separatorsize=1")
}

with(milonic=new menuname("aboutus")){
itemwidth=140;
borderwidth=1;
style=style1;
alignment="left";
aI("text=About Us;url=../aboutus.html;;separatorsize=1")
aI("text=News;url=../news.html;;separatorsize=1")
aI("text=Photo Galleries;url=../gallery/photoindx.html;;separatorsize=1")
}

with(milonic=new menuname("products")){
itemwidth=140;
borderwidth=1;
style=style1;
alignment="left";
aI("text=Hardwood Index;url=../hardwood.html;;separatorsize=1")
aI("text=Softwood Index;url=../softwood.html;;separatorsize=1")
aI("text=Solid Wood Flooring;url=../wood-flooring.html;;separatorsize=1")
aI("text=Hardwood Decking;url=../hardwood-decking.html;;separatorsize=1")
aI("text=Cladding&nbsp;&nbsp;;showmenu=cladding;;separatorsize=1")
aI("text=Oak Beams;url=../beams.html;;separatorsize=1")
aI("text=Wood for Boat Building;url=../wood-for-boat-building.html;;separatorsize=1")
aI("text=Wood for Musical Instruments;url=../wood-for-musical-instruments.html;;separatorsize=1")
aI("text=Hardwood Worktops;url=../hardwood-worktops.html;;separatorsize=1")
aI("text=Timber Coatings;url=../timber-coatings.html;;separatorsize=1")
}

with(milonic=new menuname("cladding")){
itemwidth=140;
borderwidth=1;
style=style1;
alignment="left";
aI("text=Western Red Cedar;url=../western-red-cedar-cladding.html;;separatorsize=1")
aI("text=Treated Whitewood;url=../treated-whitewood-cladding.html;;separatorsize=1")
}

with(milonic=new menuname("specification")){
itemwidth=140;
borderwidth=1;
style=style1;
alignment="left";
aI("text=Timber Design & Specification;url=../timber-design-and-specification.html;;separatorsize=1")
aI("text=Timber Selection;url=../timber-selection.html;;separatorsize=1")
aI("text=Timber Seasoning;url=../timber-seasoning.html;;separatorsize=1")
aI("text=Timber Specification Summary;url=../timber-specification-summary.html;;separatorsize=1")
}

with(milonic=new menuname("environment")){
itemwidth=140;
borderwidth=1;
style=style1;
aI("text=Policy Statement;url=../policy.html;;separatorsize=1")
aI("text=Woodland;url=../woodland.html;;separatorsize=1")
aI("text=Award;url=../award.html;;separatorsize=1")
}

with(milonic=new menuname("contacts")){
itemwidth=140;
borderwidth=1;
style=style1;
aI("text=Contact Details;url=../contacts.html;;separatorsize=1")
aI("text=Location;url=../location.html;;separatorsize=1")
}

with(milonic=new menuname("downloads")){
itemwidth=140;
borderwidth=1;
style=style1;
aI("text=Downloads;url=../downloads.html;;separatorsize=1")
}

with(milonic=new menuname("links")){
itemwidth=140;
borderwidth=1;
style=style1;
aI("text=Links;url=../links.html;;separatorsize=1")
}

drawMenus();
