function fwLoadMenus() {
  if (window.fw_menu_0) return;

// phuket dot com menu setup
// hotel links menu
  window.fw_menu_0 = new Menu();
	fw_menu_0.addMenuItem("Tous les Hôtels","location='http://www.hotels.phuket.com/hotelindex.htm'");
	fw_menu_0.addMenuItem("Par région","location='http://www.hotels.phuket.com/area_frames.htm'");
	fw_menu_0.addMenuItem("Par prix", "location='http://www.hotels.phuket.com/prices_frames.htm'");
	fw_menu_0.addMenuItem("Recherche","location='http://www.hotels.phuket.com/location.htm'");
	fw_menu_0.addMenuItem("Suggestions","location='http://www.hotels.phuket.com/recom_frames.htm'");
	fw_menu_0.addMenuItem("Offres Spéciales","location='http://www.hotels.phuket.com/offers_frames.htm'");
  fw_menu_0.hideOnMouseOut=true;

// maps menu
  window.fw_menu_1 = new Menu();
	fw_menu_1.addMenuItem("Asie du Sud-Est","location='http://www.cartes.phuket.com/seasia_frames.htm'");
	fw_menu_1.addMenuItem("La Thaïlande","location='http://www.cartes.phuket.com/region_frames.htm'");
	fw_menu_1.addMenuItem("Phang Nga Bay","location='http://www.cartes.phuket.com/area_frames.htm'");
	fw_menu_1.addMenuItem("Nai Yang","location='http://www.cartes.phuket.com/naiyang_frames.htm'");
	fw_menu_1.addMenuItem("Nai Thon","location='http://www.cartes.phuket.com/naithon_frames.htm'");
	fw_menu_1.addMenuItem("Bang Tao","location='http://www.cartes.phuket.com/bangtao_frames.htm'");
	fw_menu_1.addMenuItem("Kamala & Surin","location='http://www.cartes.phuket.com/kamala_surin_frames.htm'");
	fw_menu_1.addMenuItem("Nakalay/Kalim","location='http://www.cartes.phuket.com/kalim_beach_frames.htm'");
	fw_menu_1.addMenuItem("Patong","location='http://www.cartes.phuket.com/patong_frames.htm'");
	fw_menu_1.addMenuItem("Karon","location='http://www.cartes.phuket.com/karon_frames.htm'");
	fw_menu_1.addMenuItem("Kata","location='http://www.cartes.phuket.com/kata_frames.htm'");
	fw_menu_1.addMenuItem("Nai Harn","location='http://www.cartes.phuket.com/chalong_naiharn_frames.htm'");
	fw_menu_1.addMenuItem("Chalong","location='http://www.cartes.phuket.com/chalong_naiharn_frames.htm'");
	fw_menu_1.addMenuItem("Cape Panwa","location='http://www.cartes.phuket.com/panwa_frames.htm'");
	fw_menu_1.addMenuItem("Phuket Town","location='http://www.cartes.phuket.com/phuket_town_frames.htm'");
	fw_menu_1.hideOnMouseOut=true;

// photo tour menu
  window.fw_menu_2 = new Menu();
	fw_menu_2.addMenuItem("Les Plages","location='http://www.photos.phuket.com/beaches/index.htm'");
	fw_menu_2.addMenuItem("Crépuscules","location='http://www.photos.phuket.com/sunset/index.htm'");
	fw_menu_2.addMenuItem("Longtails","location='http://www.photos.phuket.com/longtails/index.htm'");
	fw_menu_2.addMenuItem("Festivals","location='http://www.photos.phuket.com/festivals/index.htm'");
	fw_menu_2.addMenuItem("Choses à Faire","location='http://www.photos.phuket.com/to_do/index.htm'");
	fw_menu_2.addMenuItem("Choses à Voir","location='http://www.photos.phuket.com/to_see/index.htm'");
   fw_menu_2.hideOnMouseOut=true;
   
// travel guide menu
  window.fw_menu_3 = new Menu();
	fw_menu_3.addMenuItem("Informations","location='http://www.thailande.phuket.com/phuket_home/social_info1.htm'");
	fw_menu_3.addMenuItem("Climat","location='http://www.thailande.phuket.com/phuket_home/index.htm'");
	fw_menu_3.addMenuItem("Visite par Région","location='http://www.thailande.phuket.com/phuket_places/index.htm'");
	fw_menu_3.addMenuItem("Les Activités","location='http://www.thailande.phuket.com/phuket_activities/index.htm'");
	fw_menu_3.addMenuItem("La Plongée","location='http://www.thailande.phuket.com/phuket_diving/index.htm'");
	fw_menu_3.addMenuItem("Histoire","location='http://www.thailande.phuket.com/phuket_history/index.htm'");
   fw_menu_3.hideOnMouseOut=true;
   
// things to do menu
  window.fw_menu_4 = new Menu();
	fw_menu_4.addMenuItem("Excursions","location='http://www.phuket-voyage.com/destinations/index.htm'");
	fw_menu_4.addMenuItem("Croisières","location='http://www.phuket-voyage.com/cruises/index.htm'");
	fw_menu_4.addMenuItem("Canoë & Kayak","location='http://www.phuket-voyage.com/kayaking/index.htm'");
	fw_menu_4.addMenuItem("Pêche","location='http://www.phuket-voyage.com/fishing/index.htm'");
	fw_menu_4.addMenuItem("Golf","location='http://www.phuket-voyage.com/golf/index.htm'");
	fw_menu_4.addMenuItem("Les Forfaits","location='http://www.phuket-voyage.com/packages/index.htm'");
   fw_menu_4.hideOnMouseOut=true;
   
// things to see menu
  window.fw_menu_5 = new Menu();
	fw_menu_5.addMenuItem("Les Iles","location='http://www.phuket-thailande.com/islands/index.htm'");
	fw_menu_5.addMenuItem("Les Plages","location='http://www.phuket-thailande.com/island/beaches.htm'");
	fw_menu_5.addMenuItem("Visite à faire","location='http://www.phuket-thailande.com/island/attract.htm'");
	fw_menu_5.addMenuItem("Festivals","location='http://www.phuket-thailande.com/munity/index.htm'");
	fw_menu_5.addMenuItem("Vie Nocturne","location='http://www.phuket-thailande.com/nightlife/index.htm'");
	fw_menu_5.addMenuItem("Les Boutiques","location='http://www.phuket-thailande.com/shopping/index.htm'");
    fw_menu_5.hideOnMouseOut=true;

  fw_menu_5.writeMenus(); // highest menu number
} // fwLoadMenus()

