//Variables globales : tailles des cellules suivant la langue
function mmLoadMenus() {
  if (window.mm_menu_0) return;
  window.mm_menu_0 = new Menu("root",300,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 locations vides","window.open('http://www.emilegarcin.fr/locations/paris-locations-vides.html', '_self');");
  mm_menu_0.addMenuItem("Paris locations meubl&eacute;es","window.open('http://www.emilegarcin.fr/locations/paris-locations-meublees.html', '_self');");
  mm_menu_0.addMenuItem("Provence - Luberon","window.open('http://www.emilegarcin.fr/locations/provence-luberon.html', '_self');");
  mm_menu_0.addMenuItem("Provence - Alpilles","window.open('http://www.emilegarcin.fr/locations/provence-alpilles.html', '_self');");
  mm_menu_0.addMenuItem("Provence - Uz&egrave;s","window.open('http://www.emilegarcin.fr/locations/provence-uzes.html', '_self');");
  mm_menu_0.addMenuItem("Aix en Provence","window.open('http://www.emilegarcin.fr/locations/aix-en-provence.html', '_self');");
  mm_menu_0.addMenuItem("Locations vides &agrave; Avignon et en Provence Alpilles","window.open('http://www.emilegarcin.fr/asp/liste.asp?SecteurGeographique=32&TypeTransaction=L&LAN_Id=fr&TypeLocation=5', '_self');");
  mm_menu_0.addMenuItem("Saint-Tropez","window.open('http://www.emilegarcin.fr/locations/saint-tropez.html', '_self');");
  mm_menu_0.addMenuItem("Normandie locations saisonni&egrave;res","window.open('http://www.emilegarcin.fr/asp/liste.asp?SecteurGeographique=828&TypeTransaction=L&TypeLocation=3&LAN_Id=fr', '_self');");
  mm_menu_0.addMenuItem("Normandie locations vides ou meubl&eacute;es","window.open('http://www.emilegarcin.fr/asp/liste.asp?SecteurGeographique=828&TypeTransaction=L&TypeLocation=4&LAN_Id=fr', '_self');");
  mm_menu_0.addMenuItem("Marrakech","window.open('http://www.emilegarcin.fr/locations/marrakech.html', '_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",180,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("Les vignobles","window.open('http://www.emilegarcin.fr/investissement/vignobles.html', '_self');");
  mm_menu_1.addMenuItem("H&ocirc;tels & Maisons d'h&ocirc;tes","window.open('http://www.emilegarcin.fr/investissement/hotels-maisons-hotes.html', '_self');");
  mm_menu_1.addMenuItem("Golfs","window.open('http://www.emilegarcin.fr/investissement/golfs.html', '_self');");
  mm_menu_1.addMenuItem("Terrains pour promotion","window.open('http://www.emilegarcin.fr/investissement/terrains.html', '_self');");
  mm_menu_1.addMenuItem("Autres","window.open('http://www.emilegarcin.fr/investissement/autres.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