﻿function insert_vm(imagesFile,imgSrc,imgAlt,imgTitle) {
	if (imagesFile) 	{
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="521" height="361">');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<param name="movie" value="/flash/IUP_UNIT_Rndm.swf?q1=/itsupportcenter/rotation_time%2Exml&amp;q2=' + imagesFile + '" />');
		document.write('<!--[if !IE]>-->');
		document.write('<object type="application/x-shockwave-flash" data="/flash/IUP_UNIT_Rndm.swf?q1=/itsupportcenter/rotation_time%2Exml&amp;q2=' + imagesFile + '" width="521" height="361">');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<!--<![endif]-->');
		document.write('<div class="alt_content">');
	}
	if (imgSrc) {
	  document.write('<img src="' + imgSrc + '" alt="' + imgAlt + '" title="' + imgTitle + '" border="0" />');
	}
	if (imagesFile) 	{
		document.write('</div>');
		document.write('<!--[if !IE]>-->');
		document.write('</object>');
		document.write('<!--<![endif]-->');
		document.write('</object>');
	}
}
