﻿//Variables globales : tailles des cellules suivant la langue
function mmLoadMenus() {
  if (window.mm_menu_0) return;
  window.mm_menu_0 = new Menu("root",350,16,"Garamond, Verdana, Helvetica, sans-serif",13,"#FFFFFF","#f0e6bd","#660000","#660000","left","middle",3,0,300,-5,7,true,true,true,0,true,true);
  mm_menu_0.addMenuItem("Paris unfurnished rentals","window.open('http://www.emilegarcin.com/rentals/paris-unfurnished-rentals.html', '_self');");
  mm_menu_0.addMenuItem("Paris furnished rentals","window.open('http://www.emilegarcin.com/rentals/paris-furnished-rentals.html', '_self');");
  mm_menu_0.addMenuItem("Provence - Luberon","window.open('http://www.emilegarcin.com/rentals/provence-luberon.html', '_self');");
  //mm_menu_0.addMenuItem("Provence - Alpilles","window.open('http://www.emilegarcin.com/rentals/provence-alpilles.html', '_self');");
  mm_menu_0.addMenuItem("Provence - Alpilles furnished rentals","window.open('http://www.emilegarcin.com/asp/liste.asp?SecteurGeographique=934&TypeTransaction=L&TypeLocation=0,3&LAN_Id=eng', '_self');");
  mm_menu_0.addMenuItem("Provence - Alpilles unfurnished rentals","window.open('http://www.emilegarcin.com/asp/liste.asp?SecteurGeographique=934&TypeTransaction=L&TypeLocation=5&LAN_Id=eng', '_self');");
  mm_menu_0.addMenuItem("Provence - Uz&egrave;s","window.open('http://www.emilegarcin.com/rentals/provence-uzes.html', '_self');");
  mm_menu_0.addMenuItem("Aix en Provence","window.open('http://www.emilegarcin.com/rentals/aix-en-provence.html', '_self');");
  //mm_menu_0.addMenuItem("Unfurnished rentals Avignon and Provence Alpilles","window.open('http://www.emilegarcin.com/asp/liste.asp?SecteurGeographique=32&TypeTransaction=L&LAN_Id=eng&TypeLocation=5', '_self');");
  mm_menu_0.addMenuItem("Saint-Tropez - C&ocirc;te d'Azur","window.open('http://www.emilegarcin.com/rentals/saint-tropez.html', '_self');");
  mm_menu_0.addMenuItem("Normandy seasonal rentals","window.open('http://www.emilegarcin.com/asp/liste.asp?SecteurGeographique=828&TypeTransaction=L&TypeLocation=3&LAN_Id=eng', '_self');");
  mm_menu_0.addMenuItem("Normandy unfurnished or furnished rentals","window.open('http://www.emilegarcin.com/asp/liste.asp?SecteurGeographique=828&TypeTransaction=L&TypeLocation=4&LAN_Id=eng', '_self');");
  mm_menu_0.addMenuItem("C&ocirc;te Basque","window.open('http://www.emilegarcin.com/asp/liste.asp?s=cb&SecteurGeographique=917&LAN_Id=eng&cat_id=locations&TypeTransaction=L', '_self');");  
  mm_menu_0.addMenuItem("Marrakesh","window.open('http://www.emilegarcin.com/rentals/marrakech.html', '_self');");
  mm_menu_0.addMenuItem("Saint Barth&eacute;lemy - Saint Martin locations saisonni&egrave;res","window.open('http://www.emilegarcin.com/asp/liste.asp?SecteurGeographique=45&TypeTransaction=L&LAN_Id=eng', '_self');");
  mm_menu_0.fontWeight="bold";
  mm_menu_0.hideOnMouseOut=true;
  mm_menu_0.menuBorder=1;
  mm_menu_0.menuLiteBgColor='#cccccc';
  mm_menu_0.menuBorderBgColor='#666666';
  mm_menu_0.bgColor='#000000';
  window.mm_menu_1 = new Menu("root",200,16,"Garamond, Verdana, Helvetica, sans-serif",13,"#FFFFFF","#f0e6bd","#660000","#660000","left","middle",3,0,300,-5,7,true,true,true,0,true,true);
  mm_menu_1.addMenuItem("Vineyard Properties","window.open('http://www.emilegarcin.com/investment/vineyard.html', '_self');");
  mm_menu_1.addMenuItem("Hotels & Bed and breakfast","window.open('http://www.emilegarcin.com/investment/hotels-bed-and-breakfast.html', '_self');");
  mm_menu_1.addMenuItem("Golfs","window.open('http://www.emilegarcin.com/investment/golfs.html', '_self');");
  mm_menu_1.addMenuItem("Plots of land for promotion","window.open('http://www.emilegarcin.com/investment/plots-of-land.html', '_self');");
  mm_menu_1.addMenuItem("Others","window.open('http://www.emilegarcin.com/investment/others.html', '_self');");
  mm_menu_1.fontWeight="bold";
  mm_menu_1.hideOnMouseOut=true;
  mm_menu_1.menuBorder=1;
  mm_menu_1.menuLiteBgColor='#cccccc';
  mm_menu_1.menuBorderBgColor='#666666';
  mm_menu_1.bgColor='#000000';
  mm_menu_1.writeMenus();
} // mmLoadMenus()

mavar = screen.availWidth ;
	if (mavar<=1050) curres=1
	if (mavar>1050 && mavar<1300) curres=2
	if (mavar>=1300) curres=3