function flash_disp(f_width,f_height,flaname){
	document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="player01" width="' + f_width + '" height="' + f_height + '"><param name="movie" value="' + flaname + '" /><embed type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="' + f_width + '" height="' + f_height + '" src="' + flaname + '" /></embed></object>');
}
