function fwLoadMenus() {
	if (window.fw_menu_0) return;
	window.fw_menu_0 = new Menu("root",96,16,"arial, sans-serif",11,"#000000","#FFFFFF","#CCCCCC","#0066CC");
	fw_menu_0.addMenuItem("Hôtels","location='hotels/index.htm'");
	fw_menu_0.addMenuItem("Par Région","location='hotels/area_frames.htm'");
	fw_menu_0.addMenuItem("Par Prix","location='hotels/prices_frames.htm'");
	fw_menu_0.addMenuItem("Recherche","location='hotels/search.htm'");
	fw_menu_0.addMenuItem("Suggestions","location='hotels/recom_frames.htm'");
	fw_menu_0.addMenuItem("Offres Spéciales","location='hotels/offers_frames.htm'");
	fw_menu_0.hideonMouseOut=true;
	window.fw_menu_1 = new Menu("root",98,16,"arial, sans-serif",11,"#000000","#FFFFFF","#CCCCCC","#0066CC");
	fw_menu_1.addMenuItem("Thailande","location='hotels/maps_region.htm'");
	fw_menu_1.addMenuItem("Phang Nga Bay","location='hotels/maps_area.htm'");
	fw_menu_1.addMenuItem("Nai Yang","location='hotels/maps_naiyang.htm'");
	fw_menu_1.addMenuItem("Nai Thon","location='hotels/maps_naithon.htm'");
	fw_menu_1.addMenuItem("Bang Tao","location='hotels/maps_bangtao.htm'");
	fw_menu_1.addMenuItem("Kamala & Surin","location='hotels/maps_surin.htm'");
	fw_menu_1.addMenuItem("Nakalay/Kalim","location='hotels/maps_nakalay.htm'");
	fw_menu_1.addMenuItem("Patong","location='hotels/maps_patong.htm'");
	fw_menu_1.addMenuItem("Karon","location='hotels/maps_karon.htm'");
	fw_menu_1.addMenuItem("Kata","location='hotels/maps_kata.htm'");
	fw_menu_1.addMenuItem("Chalong/NaiHarn","location='hotels/maps_chalong.htm'");
	fw_menu_1.addMenuItem("Cape Panwa","location='hotels/maps_panwa.htm'");
	fw_menu_1.addMenuItem("Phuket Town","location='hotels/maps_phukettown.htm'");
	fw_menu_1.hideonMouseOut=true;
	window.fw_menu_2 = new Menu("root",100,16,"arial, sans-serif",11,"#000000","#FFFFFF","#CCCCCC","#0066CC");
	fw_menu_2.addMenuItem("Album Photo","location='http://www.photos.phuket.com/'");
	fw_menu_2.addMenuItem("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;
	window.fw_menu_3 = new Menu("root",100,16,"arial, sans-serif",11,"#000000","#FFFFFF","#CCCCCC","#0066CC");
	fw_menu_3.addMenuItem("Guide","location='info/index.htm'");
	fw_menu_3.addMenuItem("Gastronomie","location='dining/index.htm'");
	fw_menu_3.addMenuItem("Shopping","location='shopping/index.htm'");
	fw_menu_3.addMenuItem("Immobilier","location='property/index.htm'");
	fw_menu_3.addMenuItem("Vie Nocturne","location='nightlife/index.htm'");
	fw_menu_3.addMenuItem("Evénements","location='munity/index.htm'");
	fw_menu_3.addMenuItem("Phuket Infos","location='info/index.htm'");
	fw_menu_3.hideonMouseOut=true;
		window.fw_menu_4 = new Menu("root",100,16,"arial, sans-serif",11,"#000000","#FFFFFF","#CCCCCC","#0066CC");
	fw_menu_4.addMenuItem("Choses à Faire","location='sports/index.htm'");
	fw_menu_4.addMenuItem("Plongée","location='diving/index.htm'");
	fw_menu_4.addMenuItem("Pêche","location='fishing/index.htm'");
	fw_menu_4.addMenuItem("Activités Enfants","location='activities/kid_stuff.htm'");
	fw_menu_4.addMenuItem("Sports Terrestres","location='sports/land_sports.htm'");
	fw_menu_4.addMenuItem("Sports Nautiques","location='sports/water_sports.htm'");
	fw_menu_4.addMenuItem("Spa/Massages","location='spa_massage/index.htm'");
	fw_menu_4.addMenuItem("Sorties/Excursions","location='tours/index.htm'");
	fw_menu_4.addMenuItem("Voile/Navigation","location='sailing/index.htm'");
	fw_menu_4.hideonMouseOut=true;
		window.fw_menu_5 = new Menu("root",105,16,"arial, sans-serif",11,"#000000","#FFFFFF","#CCCCCC","#0066CC");
	fw_menu_5.addMenuItem("Choses à Voir","location='activities/index.htm'");
	fw_menu_5.addMenuItem("Plages","location='island/beaches.htm'");
	fw_menu_5.addMenuItem("Iles","location='islands/index.htm'");
	fw_menu_5.addMenuItem("Visites","location='island/attract.htm'");
	fw_menu_5.hideonMouseOut=true;
	fw_menu_5.writeMenus();
}
function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}