
_menuCloseDelay=10           // The time delay for menus to remain visible on mouse out (500)
_menuOpenDelay=5            // The time delay before menus open on mouse over (150)
_followSpeed=0               // Follow scrolling speed (5)
_followRate=0                // Follow scrolling Rate (50)
_subOffsetTop=5               // 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="#4f8eb6";//was 4F8EB6
oncolor="#ffffff";
offbgcolor="#cae4ff";//was DCE9F0
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=1;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#82b6d7";//was 82B6D7
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;
followscroll="top";
orientation="vertical";
aI("text=County menu;");
aI("text=Home page;url=http://bike-exchange.com;status=Back To Home Page;");
aI("text=Bike dealers in County;showmenu=Dealers;");
aI("text=Breakers in County;showmenu=Dealers;");
aI("text=Motorcycle accessories;showmenu=Dealers;");
aI("text=Insurance;showmenu=Dealers;");
aI("text=Loans;showmenu=Dealers;");
aI("text=Latest adverts;url=http://bike-exchange.com/recent_adverts.htm;");
aI("text=Search page;url=http://bike-exchange.com/UKadverts.htm");
aI("text=Place a free advert;showmenu=Advert_type;");
aI("text=B-Ex services;showmenu=BEx_services;");
aI("text=Dealer advertising;showmenu=Trade_enquiries;");
aI("text=Change your ad;showmenu=Update;");
aI("text=Site Information;showmenu=Info;");
aI("text=How old are ads?;url=http://bike-exchange.com/my_advert.htm;");
aI("text=Site map (text);url=http://bike-exchange.com/site_map.htm;");
aI("text=Disclaimer/Privacy policy;url=http://bike-exchange.com/Disclaimer.htm;status=Important Disclaimer;");
}


with(milonic=new menuname("Dealers")){
style=menuStyle;
overflow="scroll";
aI("text=Your company here;");
aI("text=Company A;");
aI("text=Company B;");
aI("text=First come..;");
aI("text=First served;");
}

with(milonic=new menuname("Global_ads")){
style=menuStyle;
overflow="scroll";
aI("text=Australia/NZ;url=http://bike-exchange.com/australia.htm;");
aI("text=Canada;url=http://bike-exchange.com/canada.htm;");
aI("text=Europe;url=http://bike-exchange.com/europe.htm;");
aI("text=All others;url=http://bike-exchange.com/adverts_from_non_uk.htm;");
}


with(milonic=new menuname("Services_directory")){
style=menuStyle;
overflow="scroll";
aI("text=Add your company;url=http://bike-exchange.com/Directory_email.htm;");
aI("text=Insurance companies;url=http://bike-exchange.com/services_insurance.htm;");
aI("text=Accident claims specialists;url=http://bike-exchange.com/services_accident.htm;");
aI("text=Dealers;");
aI("text=Breakers;");
aI("text=Accessories;");
aI("text=Clothing;");
aI("text=Customising;");
aI("text=Dirt bikes;");
aI("text=Importers;");
aI("text=Loans;url=http://bike-exchange.com/Services_loans.htm");
aI("text=Repairs/servicing;");
aI("text=Scooters;");
aI("text=Tuning;");
aI("text=Tyres;");
}

with(milonic=new menuname("Trade_enquiries")){
style=menuStyle;
overflow="scroll";
aI("text=Targeted Advertising;url=http://bike-exchange.com/web_advertising.htm;");
aI("text=Individual bike adverts;url=http://bike-exchange.com/Dealers_bike_advertising.htm;");
aI("text=Banner adverts;url=http://bike-exchange.com/Dealers_banner_advertising.htm;");
aI("text=Block advertising;url=http://bike-exchange.com/Dealers_block_advertising.htm;");
aI("text=Magazine advertising;url=http://bike-exchange.com/Dealers_magazine_advertising.htm;");
aI("text=Services directory;url=http://bike-exchange.com/Dealers_directory_advertising.htm;");
}

with(milonic=new menuname("BEx_services")){
style=menuStyle;
overflow="scroll";
aI("text=Bike finding;url=http://bike-exchange.com/bike_finding_service.htm;");
aI("text=Trade advertising;showmenu=Trade_enquiries;");
aI("text=Place a free advert;showmenu=Advert_type;");
aI("text=Upgrade your advert;url=http://bike-exchange.com/Upgrade_advert.htm;");
}

with(milonic=new menuname("Update")){
style=menuStyle;
overflow="scroll";
aI("text=Upgrade your advert;url=http://bike-exchange.com/Upgrade_advert.htm;");
aI("text=Update your advert;url=http://bike-exchange.com/update.htm;");
}

with(milonic=new menuname("Info")){
style=menuStyle;
overflow="scroll";
aI("text=Contact;url=mailto:jus@bike-exchange.com?subject=Enquiry;");
aI("text=FAQ's;url=http://bike-exchange.com/my_advert.htm;");
aI("text=Links;url=http://www.linkhitlist.com/cgi/LHL_E.exe?SLHL&ListNo=43693294750;");
aI("text=Visitors sites;url=http://bike-exchange.com/cool_sites_suggested_by_visitors.htm;");
aI("text=User feedback;url=http://www.bike-exchange.com/bikeexchangefeedback.htm;");
}

drawMenus();











