<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",180,18,"Verdana, Arial, Helvetica, sans-serif",10,"#666666","#000000","#eaedf0","#eaedf0");
  fw_menu_0.addMenuItem("Museo Malraux","location='obrascmm.html'");
  fw_menu_0.addMenuItem("Centro Empresarial Gambetta","location='obrascbu.html'");
  fw_menu_0.addMenuItem("Casa Equis","location='obrascmae.html'");
  fw_menu_0.addMenuItem("Casa M","location='obrascmam.html'");
   fw_menu_0.addMenuItem("Viviendas Victor Hugo","location='obras-mont.html'");
  fw_menu_0.addMenuItem("Municipalidad de Epinay","location='obrascme.html'");
  fw_menu_0.addMenuItem("Casa H","location='obras-mhardi.html'");
  fw_menu_0.addMenuItem("Hipodromo De Rambouillet","location='obrascrr.html'"); 
  fw_menu_0.addMenuItem("Casa B","location='obrascmab.html'");
  fw_menu_0.addMenuItem("Colecci&oacute;n Senne-Foulds","location='obrascsf.html'");
  fw_menu_0.addMenuItem("Casa O","location='obras-mo.html'");
  fw_menu_0.addMenuItem("Kiosco en la Escondida ","location='obras-le.html'");
  fw_menu_0.addMenuItem("Casa O2","location='obras-mo2.html'");
  fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",200,18,"Verdana, Arial, Helvetica, sans-serif",10,"#666666","#000000","#eaedf0","#eaedf0");
  fw_menu_1.addMenuItem("Casas urbanas en Roubaix","location='projects-roubaix.html'");
  fw_menu_1.addMenuItem("Casa P","location='projects-maisonp.html'");
  fw_menu_1.addMenuItem("Casa B&F","location='projects-mbf.html'");
  fw_menu_1.addMenuItem("Casa R","location='projects-maisonr.html'");
  fw_menu_1.addMenuItem("Museo de Arte de Lima","location='projects-mali.html'");
  fw_menu_1.addMenuItem("Concurso de Habitat Denso","location='projects-nantes.html'");
  fw_menu_1.addMenuItem("Torre LP","location='projects-torrelp.html'");
  fw_menu_1.addMenuItem("Oficinas y talleres SIAAP","location='projects-valenton.html'");
  fw_menu_1.hideOnMouseOut=true;


fw_menu_1.writeMenus();
} // fwLoadMenus()


//-->
