function run_flash() 
{ 
document.write('<object classid="clsid:d27cdb6e-..." >\n'); 
document.write('<param name="movie" value="etablis.swf">\n'); 
document.write('<embed src="flash/etablis.swf" width="700" height="400" type="application/x-shockwave-flash">\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
} 