function showflash(name,dir)
{

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="140" height="100" >');
	document.write('<param name="movie" value="'+dir+'/img/flash/'+name+'.swf" />');
	document.write('<param name="bgcolor" value="#FF0000" />');
    document.write('<param name="quality" value="high" />');
	document.write('<param name="allowscriptaccess" value="samedomain" />');
	document.write('<embed type="application/x-shockwave-flash"  pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"  name=""  width="140" height="100"  src="'+dir+'/img/flash/'+name+'.swf" bgcolor="#FF0000"   quality="high" allowscriptaccess="samedomain"   />');
    document.write('</object>');
	
}