function ShowFlash(swfName, swfWidth, swfHeight)
{
	document.write('<object width=' + swfWidth + ' height=' + swfHeight + ' classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" name="flash_banner" ALIGN="" id="flash_banner" VIEWASTEXT>');
	document.write('<param name="movie" value="' + swfName + '">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#ffffff">');
	document.write('<param name="wmode" value="transparent">');
	document.write('</object>');
}
