function swf_accueil(tWidth, tHeight, tParam){  document.write('<object type="application/x-shockwave-flash" data="images/swf/accueil.swf" width="'+tWidth+'" height="'+tHeight+'">\n');  document.write('<param name="movie" value="images/swf/accueil.swf" />\n');  document.write('<param name="FlashVars" value="gLangue='+tParam+'" />\n');  document.write('</object>\n');}function swf_video(tSWF, tWidth, tHeight, tChemin){  document.write('<object type="application/x-shockwave-flash" data="'+tSWF+'" width="'+tWidth+'" height="'+tHeight+'">\n');  document.write('<param name="movie" value="'+tSWF+'" />\n');  document.write('<param name="FlashVars" value="gVid='+tChemin+'" />\n');  document.write('</object>\n');}