_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="#435471";
oncolor="#fff";
offbgcolor="#f0f2f4";
offcolor="#000";
bordercolor="#52627b";
borderstyle="solid";
borderwidth=1;
separatorcolor="#52627b";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="white";
pagebgcolor="#3d4856";
headercolor="#000000";
headerbgcolor="#3d4856";
subimage="home2003/arrow_right.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(mainStyle=new mm_style()){
oncolor="#000000";
offcolor="#ffffff";
padding=2;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial,sans-serif";
}

 
with(milonic=new menuname("Mainmenu")){
alwaysvisible=1;
style=mainStyle;
orientation="horizontal";
screenposition="center";
left="offset=-110";
top=39








aI("text=Home Page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=homepage");
aI("text=Furniture Collections&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=furniture");
aI("text=Store Locator&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=storelocator");
aI("text=About Us&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.wharfside.co.uk/aboutus.html;status=About Us;");
aI("text=Contact Us&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.wharfside.co.uk/contactus.html;status=Contact Us;");
aI("text=Site Map&nbsp;&nbsp;&nbsp;&nbsp;;url=sitemap2.html;status=Site Map;");
}

with(milonic=new menuname("homepage")){
style=menuStyle;
aI("text=Main Furniture website homepage;;url=http://www.wharfside.co.uk/index.html;status=Main Danish furniture website homepage;");
aI("text=Wharf2 homepage&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=index.html;status=Red Wharf homepage;");
}

with(milonic=new menuname("furniture")){
style=menuStyle;
aI("text=Dining Tables &amp; <br />Chairs;url=http://www.wharfside.co.uk/dining.html;status=Dining Room;");
aI("text=Upholstery;url=http://www.wharfside.co.uk/sofas.html;status=Upholstery;");
aI("text=Wall Units and <br />Bookcases&nbsp;&nbsp;&nbsp;;url=http://www.wharfside.co.uk/wallunits.html;status=Wall Units;");
aI("text=Display Cabinets &amp; <br />Sideboards;url=http://www.wharfside.co.uk/cabinets.html;status=Cabinets;");
aI("text=Home Theatre <br />Furniture;url=http://www.wharfside.co.uk/hometheatre.html;status=Home Theatre;");
aI("text=Occasional Furniture;showmenu=occasional;url=http://www.wharfside.co.uk/occasional.html;status=Occasional;");
aI("text=Bedroom Furniture;showmenu=bedroom;status=Bedroom Furniture;");
aI("text=Office Furniture <br />Website;url=http://www.wharfside.co.uk/office/index.html;status=Wharfside Office website;");
aI("text=Clearance Furniture;url=http://www.wharfside.co.uk/clearance/index.html;status=Clearance;");
}

with(milonic=new menuname("storelocator")){
style=menuStyle;
aI("text=London N1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.wharfside.co.uk/shoreditch2.html;status=Shoreditch, London N1;");
aI("text=Surrey;url=http://www.wharfside.co.uk/leatherhead2.html;status=Leatherhead, Surrey;");
}

with(milonic=new menuname("occasional")){
style=menuStyle;
aI("text=Coffee Tables&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.wharfside.co.uk/coffee.html;status=Coffee Tables;");
aI("text=Nests;url=http://www.wharfside.co.uk/nests.html;status=Nest of Tables;");
aI("text=Home Office;url=http://www.wharfside.co.uk/homeoffice.html;status=Home Office;");
aI("text=TV &amp Hi-fi;url=http://www.wharfside.co.uk/hometheatre.html;status=TV and Hi-fi;");
aI("text=Miscellaneous;url=http://www.wharfside.co.uk/miscellaneous.html;status=Miscellaneous;");
}

with(milonic=new menuname("bedroom")){
style=menuStyle;
aI("text=Beds&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.wharfside.co.uk/bed/beds/valore/index.html;status=Beds;");
aI("text=Wardrobes;url=http://www.wharfside.co.uk/bed/wardrobes/valore/index.html;status=Wardrobes;");
}

drawMenus();
