
function fwLoadMenus() {
if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",150,18,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#ffffff","#999966","#663300");
fw_menu_0.addMenuItem("Casa Odetta","location='Casa Odetta.html'");
fw_menu_0.addMenuItem("Casa Esperanza","location='Casa Esperanza.html'");
fw_menu_0.addMenuItem("Casa Danilo","location='Casa Danilo.html'");
fw_menu_0.addMenuItem("Casa de Santuario","location='Casa de Santuario.html'");

fw_menu_0.addMenuItem("Casita Artistas","location='Casita Artistas.html'");
fw_menu_0.addMenuItem("Casa Espera","location='Casa Espera.html'");
fw_menu_0.addMenuItem("Casa Laura","location='Casa Laura.html'");
fw_menu_0.addMenuItem("La Casita","location='La Casita.html'");


fw_menu_0.addMenuItem("Casa Manantial","location='Casa Manantial.html'");
fw_menu_0.addMenuItem("Casa Alegre","location='Casa Alegre.html'");

fw_menu_0.addMenuItem("The Gate","location='The Gate.html'");
fw_menu_0.addMenuItem("Casa Gomez","location='Casa Gomez.html'");
fw_menu_0.addMenuItem("Casa Shakira","location='Casa Shakira.html'");
fw_menu_0.addMenuItem("Casa Sophia","location='Casa Sophia.html'");
fw_menu_0.addMenuItem("Casa Hortensia","location='Casa Hortensia.html'");
fw_menu_0.addMenuItem("Casita San Martin","location='Casita San Martin.html'");
fw_menu_0.addMenuItem("Casa Milonga","location='casa-milonga.html'");
fw_menu_0.addMenuItem("Casa Milonga Dos","location='Casa-Milonga-Dos.html'");
fw_menu_0.addMenuItem("Casa Agua","location='Casa Agua.html'");
fw_menu_0.addMenuItem("Casa Young","location='Casa Young.html'");
fw_menu_0.addMenuItem("Casa Centro","location='Casa Centro.html'");
fw_menu_0.addMenuItem("Casita del sol","location='Casita del sol.html'");
fw_menu_0.addMenuItem("Casa Edwards","location='Casa Edwards.html'");
fw_menu_0.addMenuItem("Casa Aguilas","location='Casa de Aguilas.html'");




fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",80,18,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#ffffff","#999966","#663300");
fw_menu_1.addMenuItem("Service 1","location='#'");
fw_menu_1.addMenuItem("Service 2","location='#'");
fw_menu_1.addMenuItem("Service 3","location='#'");
fw_menu_1.hideOnMouseOut=true; 
fw_menu_1.writeMenus();
} // fwLoadMenus()
