function run_flash_intro(url){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="300">');
	document.write('<param name="movie" value=\'',url,'/public/images/intro/intro.swf\'>');
	document.write('<param name="quality" value="high">');
	document.write('<embed loop="false" src=\'',url,'/public/images/intro/intro.swf\' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="300"></embed>');
	document.write('</object>');
}

function run_flash_menu(url){

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="190" height="83">');
	document.write('<param name="movie" value="',url,'/public/images/menu/chat.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed loop="true" src="',url,'/public/images/menu/chat.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="190" height="83"></embed>');
	document.write('</object>');
}



function run_flash_hotel_1(url){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="200">');
	document.write('<param name="movie" value=\'',url,'/public/images/hotel/cellule1.swf\'>');
	document.write('<param name="quality" value="high">');
	document.write('<embed loop="true" src=\'',url,'/public/images/hotel/cellule1.swf\' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="200"></embed>');
	document.write('</object>');
}

function run_flash_hotel_2(url){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="200">');
	document.write('<param name="movie" value=\'',url,'/public/images/hotel/cellule2.swf\'>');
	document.write('<param name="quality" value="high">');
	document.write('<embed loop="true" src=\'',url,'/public/images/hotel/cellule2.swf\' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="200"></embed>');
	document.write('</object>');
}

function run_flash_restaurant(url){
			
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="400">');
	document.write('<param name="movie" value=\'',url,'/public/images/restaurant/restaurant.swf\'>');
	document.write('<param name="quality" value="high">');
	document.write('<embed loop="true" src=\'',url,'/public/images/restaurant/restaurant.swf\' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="400"></embed>');
	document.write('</object>');
}