
		
		function IntegrationFlash (GetImgPath,Path4par3,Name4par3,Height4par3,Width4par3)
		{

		//document.write('<object type="application/x-shockwave-flash" data="' + GetImgPath + Path4par3 + Name4par3 + '" width="' + Width4par3 + '" height="' + Height4par3 + '">');
		//document.write('<param name="play" value="true" />');
		//document.write('<param name="movie" value="' + GetImgPath + Path4par3 + Name4par3 + '" />');
		//document.write('<param name="menu" value="false" />');
		//document.write('<param name="quality" value="high" />');
		//document.write('<param name="scalemode" value="noborder" />');
		//document.write('</object>');
		
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,30,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=5,0,30,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" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="' + WidthPdts + '" height="' + HeightPdts + '"/>');
		document.write('</object>');
		
		}
		
		
    function IntegrationFlashVP(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=5,0,30,0" width="' + WidthPdts + '" height="' + HeightPdts + '">');
		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="wmode" value="transparent" />');
		document.write('<embed src="'+ NamePdts + '" quality="high" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="' + WidthPdts + '" height="' + HeightPdts + '"/>');
		document.write('</object>');
		
		}
