


_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="1";
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=Bike adverts;showmenu=All_adverts;");
aI("text=Post a FREE Ad;showmenu=Private_Trade;");
aI("text=Bike pictures;url=http://bike-exchange.com/bike_pics.php;");
aI("text=Change your ad;showmenu=Update;");
aI("text=Information;showmenu=Info;");
}

with(milonic=new menuname("All_adverts")){
style=menuStyle;
overflow="scroll";
aI("text=Latest adverts;url=http://bike-exchange.com/recent_adverts.htm;status=The very latest");
aI("text=All spares;url=http://bike-exchange.com/phpBB2");
aI("text=UK bikes for sale;url=http://bike-exchange.com/UKadverts.htm");
aI("text=Wanted ads;url=http://bike-exchange.com/wanted_advert_display.htm");
aI("text=US bike adverts;url=http://bike-exchange.com/USadverts.htm");
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("Private_Trade")){
style=menuStyle;
overflow="scroll";
aI("text=Private;showmenu=Private_advertising;");
//aI("text=Trade;showmenu=Trade_advertising;");
}

with(milonic=new menuname("Private_advertising")){
style=menuStyle;
overflow="scroll";
aI("text=UK Bike for sale;url=http://bike-exchange.com/for_sale_1.php;");
aI("text=UK Bike wanted;url=http://bike-exchange.com/for_sale_1.php;");
aI("text=UK Spares;url=http://bike-exchange.com/for_sale_1.php;");
aI("text=UK Clothing;url=http://bike-exchange.com/for_sale_1.php;");
aI("text=UK Accessories;url=http://bike-exchange.com/for_sale_1.php;");
aI("text=US Bike for sale;url=http://www.bike-exchange.com/for_sale_1.php;");
//aI("text=US Spares / accessories;url=http://bike-exchange.com/phpBB2;");
aI("text=International;url=http://bike-exchange.com/for_sale_1.php;");
}

with(milonic=new menuname("Trade_advertising")){
style=menuStyle;
overflow="scroll";
aI("text=Dynamic banner ads;url=http://bike-exchange.com/dynamic_banner_information.htm;");
aI("text=Trade bike adverts;url=http://bike-exchange.com/dealer_advertising_information.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=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;url=http://bike-exchange.com/Disclaimer.htm;status=Important Disclaimer;");
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();











