function run_flash() 
{ 
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="700" height="400">\n'); 
document.write('<param name="movie" value="intro/office-tourisme-intro-ete.swf">\n'); 
document.write('<embed src="intro/office-tourisme-intro-ete.swf"  width="700" height="400" type="application/x-shockwave-flash">\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
} 