// loadPlayer.js for FLV Player 1.0.5e/FullScreen
function loadSwf(swfname,jshost,jsdomain,jsaccount,jsfile,jswidth,jsheight,jssound,jspattern,jsbuffertime,jsautostart,jsimagefile){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0"');
	document.write(' width="320px"');
	document.write(' height="247px">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="allowFullScreen" value="true">');
	document.write('<param name="movie" value="'+swfname+'">');
	document.write('<param name="flashvars" value="jshost=' + jshost + '&jsdomain=' + jsdomain + '&jsaccount=' + jsaccount + '&jsfile=' + jsfile + '&jswidth=' + jswidth + '&jsheight=' + jsheight + '&jssound=' + jssound + '&jspattern=' + jspattern + '&jsbuffertime=' + jsbuffertime + '&jsautostart=' + jsautostart + '&jsimagefile=' + jsimagefile + '">');
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"');
	document.write(' width="320px"');
	document.write(' height="247px"');
	document.write(' quality="high"');
	document.write(' allowFullScreen="true"');
	document.write(' src="'+swfname+'"');
	document.write(' flashvars="jshost=' + jshost + '&jsdomain=' + jsdomain + '&jsaccount=' + jsaccount + '&jsfile=' + jsfile + '&jswidth=' + jswidth + '&jsheight=' + jsheight + '&jssound=' + jssound + '&jspattern=' + jspattern + '&jsbuffertime=' + jsbuffertime + '&jsautostart=' + jsautostart + '&jsimagefile=' + jsimagefile + '">');
	document.write('</embed>');
	document.write('</object>');
}