function IntegrationFlash (GetImgPath,Path4par3,Name4par3,Height4par3,Width4par3)
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + Width4par3 + '" height="' + Height4par3 + '">');
    document.write('<param name="movie" value="' + GetImgPath + Path4par3 + Name4par3 + '" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="play" value="true">');
    document.write('<embed src="' + GetImgPath + Path4par3 + Name4par3 + '" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="' + Width4par3 + '" height="' + Height4par3 + '"/>');
    document.write('</object>');
}

function IntegrationFlashPdtsFin (GetImgPathPdts,PathPdts,NamePdts,HeightPdts,WidthPdts)
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + WidthPdts + '" height="' + HeightPdts + '">');
    document.write('<param name="movie" value="' + GetImgPathPdts + PathPdts + NamePdts + '" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="play" value="true">');
    document.write('<param name="wmode" value="transparent" />');
    document.write('<embed src="' + GetImgPathPdts + PathPdts + NamePdts + '" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="' + WidthPdts + '" height="' + HeightPdts + '"/>');
    document.write('</object>');
}


function IntegrationFlashVP(NamePdts,HeightPdts,WidthPdts, idName)
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + WidthPdts + '" height="' + HeightPdts + '" align="middle" id="'+idName+'">');
    document.write('<param name="allowScriptAccess" value="sameDomain" />');
    document.write('<param name="movie" value="' + NamePdts + '" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="play" value="true">');
    document.write('<param name="bgcolor" value="#ffffff" />');
    document.write('<param name="wmode" value="transparent" />');
    document.write('<embed src="'+ NamePdts + '" name="'+idName+'" align="middle" quality="high" wmode="transparent" bgcolor="#ffffff" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="' + WidthPdts + '" height="' + HeightPdts + '"/>');
    document.write('</object>');
}

