function intFlash(paze,w,h,flashvars,wmode)
	{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=9,0,16,0" width="'+w+'" height="'+h+'">');
	document.write('<param name="movie" value="'+paze+'">');
	document.write('<param name="allowFullScreen" value="true">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="'+wmode+'">');
	document.write('<param name="bgcolor" value="#383D30">');
	document.write('<param name="FlashVars" value="'+flashvars+'">');
	document.write('<embed src="'+paze+'" quality="high" wmode="'+wmode+'" FlashVars="'+flashvars+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed></object>');
	}

