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("Home","location='http://www.grandluangprabang.com/index.htm'");
		fw_menu_0.addMenuItem("Profile","location='http://www.grandluangprabang.com/facts.htm'");
				fw_menu_0.addMenuItem("Location","location='http://www.grandluangprabang.com/map.htm'");
	fw_menu_0.addMenuItem("Promotion", "location='http://www.grandluangprabang.com/promotion.htm'");	
	fw_menu_0.addMenuItem("Rooms & Suites", "location='http://www.grandluangprabang.com/room.htm'");
	fw_menu_0.addMenuItem("Fine Dining", "location='http://www.grandluangprabang.com/dining.htm'");
	fw_menu_0.addMenuItem("Meeting & Conference", "location='http://www.grandluangprabang.com/meeting.htm'");
	fw_menu_0.addMenuItem("Send a card","location='http://www.grandluangprabang.com/ecard.htm'");
	fw_menu_0.addMenuItem("Room Rate","location='http://www.grandluangprabang.com/room_rate.htm'");
	fw_menu_0.addMenuItem("Reservation","location='http://www.grandluangprabang.com/reservation/search.htm'");
	fw_menu_0.addMenuItem("Photo Gallery","location='http://www.grandluangprabang.com/gallery.htm'");
	fw_menu_0.addMenuItem("Prince Phetsarath","location='http://www.grandluangprabang.com/prince.htm'");
	fw_menu_0.addMenuItem("Luang Prabang History","location='http://www.grandluangprabang.com/luangprabang_history.htm'");
	fw_menu_0.addMenuItem("Country Facts","location='http://www.grandluangprabang.com/about_laos.htm'");
		fw_menu_0.addMenuItem("Links","location='http://www.grandluangprabang.com/links.htm'");
   	fw_menu_0.hideOnMouseOut=true;


  fw_menu_0.writeMenus(); // highest menu number
} // fwLoadMenus()


