/* Flasho͌` */
function index_swf(CFLswfuri, CFLwidth, CFLheight, CFLvspace, CFLhspace)
{
	var CFLfpver = 6;
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write(' codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"');
	document.write(' id="CFL" width="'+ CFLwidth +'" height="'+ CFLheight + '" VSPACE="' + CFLvspace + '" HSPACE="' + CFLhspace + '">');
	document.write('<param name="movie" value="'+ CFLswfuri +'">');
	document.write('<param name="loop" value="true">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="menu" value="false">');
	document.write('<embed src="'+ CFLswfuri +'" loop="true" wmode="opaque"');
	document.write(' quality="high"  menu=false swLiveConnect="false"');
	document.write(' width="'+ CFLwidth +'" height="'+ CFLheight + '" VSPACE="' + CFLvspace + '" HSPACE="' + CFLhspace + '"');
	document.write(' type="application/x-shockwave-flash"');
	document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('</embed>');
	document.write('</object>');
}
