function jsswf()
{
// pour ie
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="213" height="103">\n');
document.write('<param name="movie" value="videopromo/video_aide2.swf" wmode="transparent">\n');
document.write('<param name="quality" value="high">\n');

// pour firefox
document.write('<embed name="lanceur" src="videopromo/video_aide2.swf" quality="high" bgcolor="#1c283" width="213" height="103" wmode="transparent"');
document.write('type="application/x-shockwave-flash"');
document.write('pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');

document.write('</object>\n');
}