function insert_mini_calc(onero, eletkor, ar)
{
	var my_parameter = 'param_onero='+onero+'&param_eletkor='+eletkor+'&param_gepkocsi_ar='+ar;
	
	name="http://www.topauto.hu/Images/calc_kezbolkezbe_banner_1_06_topauto_320x230_ad.swf?"+my_parameter;
	id_name="mini_calc";
	width=320;
	height=230;

	document.write('<object id="'+id_name+'" width="'+width+'" height="'+height+'" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" type="application/x-shockwave-flash">');
	document.write('<param name="allowScriptAccess" value="sameDomain">');
	document.write('<param name="movie" value="'+name+'">');
	document.write('<param name="quality" value="best">');
	document.write('<param name="FlashVars" value="'+my_parameter+'">');
	//&param_eletkor='+eletkor+'&param_gepkocsi_ar='+ar+'">');
	document.write('<param name="menu" value="false">');
	document.write('<embed src="'+name+'" FlashVars="'+my_parameter+'" width="'+width+'" height="'+height+'" quality="high" wmode="transparent"  menu="false" align="middle"  allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer">');
	document.write('</object>');
}