function showFlash(swf,w,h,wmode,varUrl,url,title)
{
	document.write ('<OBJECT id="bannerFlash" title="'+title+'" alt="'+title+'" CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" style="float:left" WIDTH=');
	document.write ("'");
	document.write (w);
	document.write ("'");
	document.write (' HEIGHT=');
	document.write ("'");
	document.write (h);
	document.write ("'");
	document.write ('> <PARAM NAME="movie" VALUE="'+swf+'?'+varUrl+'='+url+'"><param name="quality" value="high"><param name="wmode" value="'+wmode+'"><EMBED SRC="'+swf+'?'+varUrl+'='+url+'" quality="high" wmode="transparent"  pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=');
	document.write ("'");
	document.write (w);
	document.write ("'");
	document.write (' height=');
	document.write ("'");
	document.write (h);
	document.write ("'");
	document.write ('></EMBED></OBJECT>\n');
}
