function insertFlash()
{

    var oeTags =    '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
               +    '<param name="movie" value="IndexNavigateur.swf" />'
               +    '<param name="wmode" value="transparent">'
               +    '<param name="quality" value="high" />'
               +    '<param name="bgcolor" value="none" />'
               +    '<embed src="IndexNavigateur.swf" quality="high" bgcolor="none" wmode="transparent" width="100%" height="100%" name="Detection" aligh="center" play="true" loop="false" quality="high" allowScriptAccess="sameDomain"'
               +           'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">'
               +    '</embed>'
               +    '</object>';

    document.write(oeTags);   // embed the Flash Content SWF when all tests are passed

}