_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=50                // Follow scrolling Rate
_subOffsetTop=2               // 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(XPMainStyle=new mm_style()){onbgcolor="#FFFFFF";oncolor="#0066CC";offbgcolor="#0066CC";offcolor="#FFFFFF";bordercolor="#0000FF";borderstyle="solid";fontsize="1";fontfamily="Tahoma,Helvetica,Verdana";}

with(milonic=new menuname("mainmenu")){style=XPMainStyle;screenposition="center";alwaysvisible=1;orientation="horizontal";margin=1;
aI("text=Home;url=/index.html;status=Home Page;image=/menu_files/home.gif;");
aI("text=Login;showmenu=Login;url=/availability/;image=/menu_files/sun.jpg;");
aI("text=Find Property;showmenu=Property;image=/menu_files/forward.gif;");
aI("text=Advertise Here;showmenu=Advertise;image=/menu_files/property.jpg;");
aI("text=Partners;showmenu=Partners;image=/menu_files/thumbs-up.gif;");
aI("text=Contact Us;url=mailto:feedback@frenchleave.com;image=/menu_files/e-mail.jpg;");
aI("text=FAQ;showmenu=FAQ;image=/menu_files/xp_question.gif;");}

with(milonic=new menuname("Login")){style=XPMenuStyle;overflow="scroll";margin=1;
aI("text=Members Login Here;image=/menu_files/sun.jpg;url=/availability/;status=Owners - click here to amend your Availability Calendar;");}

with(milonic=new menuname("Property")){style=XPMenuStyle;overflow="scroll";margin=1;
aI("text=Last-Minute Bargains!;url=/Lastminutegites.asp;status=Please note this is a seasonal page which is updated daily only in season (May to September)");
aI("text=Property by Region;image=/menu_files/franceS.gif;url=/regions.html;status=Find a gite or villa in the most popular areas of France");
aI("text=Property by Message Boards;url=/phpBB2/;status=Find a property using our free Message Boards Service");
aI("text=Property For Sale;url=/francevillasforsale.htm;status=Villas for sale in France");}

with(milonic=new menuname("Advertise")){style=XPMenuStyle;overflow="scroll";margin=1;
aI("text=Advertise your Villa or Gite for only £52 a year!;image=/menu_files/sun.jpg;url=/advertise.htm;status=Find out how to advertise your French property for only £52 a year, no commission, ever, guaranteed!;");
aI("text=Post your property FREE here;url=http://www.frenchleave.com/phpBB2/;");}

with(milonic=new menuname("Partners")){style=XPMenuStyle;margin=1;
aI("text=Ferry Savers;image=/menu_files/ferryS.gif;url=http://www.ferrysavers.com;status=Ferry Savers guarantee to beat any price on Channel Crossings;");
aI("text=Travel Insurance;url=http://www.travel-insurance-quote.co.uk/system2/quote.asp?BrandCode=INI5&ReferrerCode=INI5;image=http://www.frenchleave.com/menu_files/xp_preview.gif;status=Get an instant on-line quote from 450 brokers for the latest deals on Travel Insurance;");
aI("text=Calendars of Provence;url=/calendar.asp;image=http://www.frenchleave.com/menu_files/francecal.jpg;status=Buy a stunning wall calendar securely on-line.  The best images of France to lift your spirits until the next time you visit !");
aI("text=Gourmet Languedoc;url=http://www.experiencelanguedoc.com;image=/menu_files/gourmet.jpg;status=Bespoke gourmet tours of the stunning Languedoc, thinking man's Provence.");
aI("text=Vacation Partner;url=http://www.vacationaid.com;");}

with(milonic=new menuname("FAQ")){style=XPMenuStyle;overflow="scroll";margin=1;aI("text=Web Site Questions;url=/faq.htm;image=/menu_files/sun.jpg;");
aI("text=Paris information;url=http://www.paris.org;image=/menu_files/xp_question.gif;");
aI("text=Currency Converter;url=http://www.xe.com/pca/input.cgi;image=/menu_files/money.jpg;");
aI("text=Highway Information (driving through France);url=/autoroutes.asp;image=/menu_files/xp_question.gif;status=Calculate toll costs on the French motorways (les aoutoroutes) and view on-line maps");
aI("text=French School Holidays (avoid the jams);url=http://www.education.gouv.fr/prat/calendrier/calendrier.php;image=/menu_files/franceS.gif;");}
drawMenus();

