function fwLoadMenus() {
   
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",105,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#FFFFFF","#FF9900","#FD7902");
  fw_menu_0.addMenuItem("Browse Map","location='index.php?page=penpal_5'");
  fw_menu_0.addMenuItem("Continent","location='index.php?page=browse'");
  fw_menu_0.addMenuItem("Easy","location='index.php?page=search'");
  fw_menu_0.addMenuItem("Advanced","location='index.php?page=adv_new_search'");
   fw_menu_0.hideOnMouseOut=true;
  
  if (window.fw_menu_1) return;
  window.fw_menu_1 = new Menu("root",170,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#FFFFFF","#FF9900","#FD7902");
  fw_menu_1.addMenuItem("About our Company","location='index.php?page=about_us'");
  fw_menu_1.addMenuItem("What is Home Exchange?","location='index.php?page=penpal_1'");
  fw_menu_1.addMenuItem("Find an Exchange Partner","location='index.php?page=penpal_2'");
  fw_menu_1.addMenuItem("Enhance your Exchange","location='index.php?page=penpal_3'");
  fw_menu_1.addMenuItem("More ideas","location='index.php?page=penpal_4'");
  fw_menu_1.addMenuItem("Prices","location='index.php?page=penpal_6'");
  fw_menu_1.hideOnMouseOut=true;
  
  
  fw_menu_1.writeMenus();
} // fwLoadMenus()