function setswf(url,file,lang)
		{
		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="730" height="210" >\n');
   		document.write('<param name="movie" value="'+url+'gfx/'+file+'" />\n');
   		document.write('<param name="quality" value="high" />\n');
   		document.write('<param name="wmode" value="transparent" />\n');
   		document.write('<param name="flashvars" value="lang='+lang+'" />\n');
		document.write('<embed flashvars="lang='+lang+'" wmode="transparent" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" src="'+url+'gfx/'+file+'" width="730" height="210"></embed>\n');
   		document.write('</object>\n');
		}
