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("Hotels","location='http://phuket.com/hotels/index.htm'");
	fw_menu_0.addMenuItem("Patong Beach","location='http://www.phuket.com/hotel/patong-beach.htm'");
	fw_menu_0.addMenuItem("Kata Beach","location='http://www.phuket.com/hotel/kata-beach.htm'");
	fw_menu_0.addMenuItem("Karon Beach","location='http://www.phuket.com/hotel/karon-beach.htm'");
	fw_menu_0.addMenuItem("Kamala Beach","location='http://www.phuket.com/hotel/kamala-beach.htm'");
	fw_menu_0.addMenuItem("Bang Tao Beach","location='http://www.phuket.com/hotel/bang-tao.htm'");
	fw_menu_0.addMenuItem("Mai Khao/North Beaches","location='http://www.phuket.com/hotel/north-phuket.htm'");
	fw_menu_0.addMenuItem("Nai Harn/South Beaches","location='http://www.phuket.com/hotel/south-phuket.htm'");
	fw_menu_0.addMenuItem("Phuket Town","location='http://www.phuket.com/hotel/phuket-town.htm'");
	fw_menu_0.addMenuItem("Phi Phi & Nearby Islands ","location='http://www.phuket.com/hotel/phi-phi-and-islands.htm'");
	fw_menu_0.addMenuItem("Price", "location='http://www.phuket.com/hotel/price.htm'");
	fw_menu_0.addMenuItem("Location","location='http://phuket.com/hotels/location_frames.htm'");
	fw_menu_0.addMenuItem("By Name","location='http://www.phuket.com/hotel/location.htm'");
	fw_menu_0.addMenuItem("Suggestions","location='http://www.phuket.com/hotel/recommendations.htm'");
  fw_menu_0.hideOnMouseOut=true;

// maps menu
  window.fw_menu_1 = new Menu();
	fw_menu_1.addMenuItem("Maps","location='http://www.phuket-maps.com'");
	fw_menu_1.addMenuItem("Region","location='http://www.phuket-maps.com/region.htm'");
	fw_menu_1.addMenuItem("Area","location='http://www.phuket-maps.com/area.htm'");
	fw_menu_1.addMenuItem("Phuket Island","location='http://www.phuket-maps.com'");
	fw_menu_1.addMenuItem("Patong","location='http://www.phuket-maps.com/patong.htm'");
	fw_menu_1.addMenuItem("Bang Tao","location='http://www.phuket-maps.com/bangtao.htm'");
	fw_menu_1.addMenuItem("Kamala","location='http://www.phuket-maps.com/kamala_surin.htm'");
	fw_menu_1.addMenuItem("Surin","location='http://www.phuket-maps.com/kamala_surin.htm'");
	fw_menu_1.addMenuItem("Karon Beach","location='http://www.phuket-maps.com/karon.htm'");
	fw_menu_1.addMenuItem("Kata Beach","location='http://www.phuket-maps.com/kata.htm'");
	fw_menu_1.addMenuItem("Phuket Town","location='http://www.phuket-maps.com/phuket_town.htm'");
	fw_menu_1.addMenuItem("Nai Yang","location='http://www.phuket-maps.com/naiyang.htm'");
	fw_menu_1.addMenuItem("Chalong","location='http://www.phuket-maps.com/chalong_naiharn.htm'");
	fw_menu_1.addMenuItem("Nai Harn","location='http://www.phuket-maps.com/chalong_naiharn.htm'");
	fw_menu_1.hideOnMouseOut=true;

   
// travel guide menu
  window.fw_menu_3 = new Menu();
	fw_menu_3.addMenuItem("Beaches","location='http://phuket.com/island/beaches.htm'");
	fw_menu_3.addMenuItem("Islands","location='http://phuket.com/islands/index.htm'");
	fw_menu_3.addMenuItem("Travel Guide","location='http://phuket.com/info/index.htm'");
	fw_menu_3.addMenuItem("Dining","location='http://phuket.com/dining/index.htm'");
	fw_menu_3.addMenuItem("Shopping","location='http://phuket.com/shopping/index.htm'");
	fw_menu_3.addMenuItem("Nightlife","location='http://phuket.com/nightlife/index.htm'");
	fw_menu_3.addMenuItem("Festivals & Events","location='http://phuket.com/munity/index.htm'");
   fw_menu_3.hideOnMouseOut=true;
   
// things to do menu
  window.fw_menu_4 = new Menu();
	fw_menu_4.addMenuItem("Things to Do","location='http://phuket.com/sports/index.htm'");
	fw_menu_4.addMenuItem("Diving","location='http://phuket.com/diving/index.htm'");
	fw_menu_4.addMenuItem("Fishing","location='http://phuket.com/fishing/index.htm'");
	fw_menu_4.addMenuItem("Kid's Stuff","location='http://phuket.com/activities/kid_stuff.htm'");
	fw_menu_4.addMenuItem("Land Sports","location='http://phuket.com/sports/land_sports.htm'");
	fw_menu_4.addMenuItem("Other Water Sports","location='http://phuket.com/sports/water_sports.htm'");
	fw_menu_4.addMenuItem("Spa/Massages","location='http://www.phuket.com/spa_massage/index.htm'");
	fw_menu_4.addMenuItem("Tours/Excursions","location='http://phuket.com/tours/index.htm'");
	fw_menu_4.addMenuItem("Yachting/Boating","location='http://phuket.com/sailing/index.htm'");
   fw_menu_4.hideOnMouseOut=true;
   
// things to see menu
  window.fw_menu_5 = new Menu();
	fw_menu_5.addMenuItem("Things to See","location='http://phuket.com/activities/index.htm'");
	fw_menu_5.addMenuItem("Beaches","location='http://phuket.com/island/beaches.htm'");
	fw_menu_5.addMenuItem("Islands","location='http://phuket.com/islands/index.htm'");
	fw_menu_5.addMenuItem("Attractions","location='http://phuket.com/island/attract.htm'");
    fw_menu_5.hideOnMouseOut=true;

  fw_menu_5.writeMenus(); // highest menu number
} // fwLoadMenus()

