function setswf(url,file)
		{
		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="545" height="262" >\n');
   		document.write('<param name="movie" value="'+url+file+'" />\n');
   		document.write('<param name="quality" value="high" />\n');
   		document.write('<param name="wmode" value="transparent" />\n');
   		document.write('<embed  wmode="transparent" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" src="'+url+file+'" width="545" height="262"></embed>\n');
   		document.write('</object>\n');
		}
