function IntegrationFlash (GetImgPath,Path4par3,Name4par3,Height4par3,Width4par3) {
document.write('<objectclassid="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 + '"  wmode="transparent" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="' + Width4par3 + '" height="' + Height4par3 + '"/>');
document.write('</object>');

}


