function simulateur(idcat)
{
document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="800" HEIGHT="550" CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">\n')
document.write('<PARAM NAME="MOVIE" VALUE="simulateur.swf?cat=' + idcat.toString() +'">\n')
document.write('<PARAM NAME="PLAY" VALUE="true">\n')
document.write('<PARAM NAME="LOOP" VALUE="true">\n')
document.write('<PARAM NAME="WMODE" VALUE="opaque">\n')
document.write('<PARAM NAME="QUALITY" VALUE="high">\n')
document.write('<EMBED SRC="simulateur.swf?cat=' + idcat.toString() +'" WIDTH="800" HEIGHT="550" PLAY="true" LOOP="true" WMODE="opaque" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n')
document.write('</EMBED>\n')
document.write('</OBJECT>\n')
}
