
_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=Post a FREE Ad;showmenu=Advert_type;");
aI("text=Home page;url=http://bike-exchange.com;status=Back To Home Page;");
aI("text=Latest adverts;url=http://bike-exchange.com/recent_adverts.htm;");
aI("text=All the UK ads;url=http://bike-exchange.com/UKadverts.htm;");
aI("text=Wanted ads;url=http://bike-exchange.com/wanted_advert_display.htm;");
aI("text=See the US ads;url=http://bike-exchange.com/USadverts.htm;");
aI("text=Other countries;showmenu=Global_ads;");
aI("text=Change your ad;showmenu=Update;");
aI("text=Info/Services;showmenu=Info;");
}

with(milonic=new menuname("Advert_type")){
style=menuStyle;
overflow="scroll";
aI("text=FREE Private advert;showmenu=Private;");
aI("text=Trade/Dealer advertising;showmenu=Trade_enquiries;");
}

with(milonic=new menuname("Private")){
style=menuStyle;
overflow="scroll";
aI("text=Bike for sale;url=http://bike-exchange.com/for_sale_1.php;");
aI("text=Bike wanted;url=http://bike-exchange.com/for_sale_1.php;");
aI("text=Spares;url=http://bike-exchange.com/for_sale_1.php;");
aI("text=Clothing;url=http://bike-exchange.com/for_sale_1.php;");
aI("text=Accessories;url=http://bike-exchange.com/for_sale_1.php;");
aI("text=International;url=http://bike-exchange.com/for_sale_1.php;");
}

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("Trade_enquiries")){
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=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 policy;url=http://bike-exchange.com/Disclaimer.htm;status=Important Disclaimer;");
aI("text=Contact;url=mailto:support@bike-exchange.com?subject=Enquiry;");
aI("text=FAQ's;url=http://bike-exchange.com/my_advert.htm;");
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();











