function afficheFlash()
{
document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"800\" height=\"600\" id=\"VazivaCorpo\" align=\"top\">");
document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
document.write("<param name=\"movie\" value=\"VazivaCorpo.swf\" />");
document.write("<param name=\"quality\" value=\"high\" />");
document.write("<param name=\"scale\" value=\"exactfit\" />");
document.write("<param name=\"bgcolor\" value=\"#ffffff\" />");
document.write("<embed src=\"VazivaCorpo.swf\" quality=\"high\" scale=\"exactfit\" bgcolor=\"#ffffff\" width=\"800\" height=\"600\" name=\"VazivaCorpo\" align=\"top\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
document.write("</object>");
}

function afficheFlashdetection()
{
document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0\" width=\"80\" height=\"80\">");
document.write("<param name=\"movie\" value=\"flash_detection.swf?flashContentURL=index_content.html&altContentURL=index_alternate.html&contentVersion=6&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false\" />");
document.write("<param name=\"quality\" value=\"low\" />");
document.write("<embed src=\"flash_detection.swf?flashContentURL=index_content.html&altContentURL=index_alternate.html&contentVersion=6&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false\" quality=\"low\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"80\" height=\"80\" />");
document.write("</object>");
}