function affiche_swf(){  document.write('<object type="application/x-shockwave-flash" data="main.swf" width="900" height="640">\n');  document.write('<param name="movie" value="main.swf" />\n');  document.write('</object>\n');}
