<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",172,18,"Verdana, Arial, Helvetica, sans-serif",10,"#666666","#000000","#eaedf0","#eaedf0");
  fw_menu_0.addMenuItem("Malraux Museum","location='obrascmm.html'");
  fw_menu_0.addMenuItem("Le Gambetta Building","location='obrascbu.html'");
  fw_menu_0.addMenuItem("Equis House","location='obrascmae.html'");
  fw_menu_0.addMenuItem("M House","location='obrascmam.html'");
  fw_menu_0.addMenuItem("Victor Hugo Housing","location='obras-mont.html'");
  fw_menu_0.addMenuItem("Epinay Town Hall","location='obrascme.html'");
  fw_menu_0.addMenuItem("H House","location='obras-mhardi.html'");
  fw_menu_0.addMenuItem("Race-Course in Rambouillet","location='obrascrr.html'");
  fw_menu_0.addMenuItem("B House","location='obrascmab.html'");
  fw_menu_0.addMenuItem("Senne-Foulds Collection","location='obrascsf.html'");
  fw_menu_0.addMenuItem("O House","location='obras-mo.html'");
  fw_menu_0.addMenuItem("Kiosk at la escondida","location='obras-le.html'");
  fw_menu_0.addMenuItem("O2 House","location='obras-mo2.html'");
  fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",210,18,"Verdana, Arial, Helvetica, sans-serif",10,"#666666","#000000","#eaedf0","#eaedf0");
  fw_menu_1.addMenuItem("Townhouses in Roubaix","location='projects-roubaix.html'");
  fw_menu_1.addMenuItem("P House","location='projects-maisonp.html'");
  fw_menu_1.addMenuItem("B&F House","location='projects-mbf.html'");
  fw_menu_1.addMenuItem("R House","location='projects-maisonr.html'");
  fw_menu_1.addMenuItem("Lima Art Museum","location='projects-mali.html'");
  fw_menu_1.addMenuItem("High-density housing experimental","location='projects-nantes.html'");
  fw_menu_1.addMenuItem("LP high rise building","location='projects-torrelp.html'");
  fw_menu_1.addMenuItem("SIAAP Office Building","location='projects-valenton.html'");
  fw_menu_1.hideOnMouseOut=true;


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


//-->
