function getflash(filename,swfwidth,swfheight){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+swfwidth+'" height="'+swfheight+'">');
	document.write('<param name="movie" value="'+filename+'" />');
	document.write('<param name="quality" value="high" />');

	document.write('<embed src="'+filename+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+swfwidth+'" height="'+swfheight+'"></embed>');
	document.write('</object>');

}

function getflash777(filename,swfwidth,swfheight){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="sound_1"  width="'+swfwidth+'" height="'+swfheight+'" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="'+filename+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<embed src="'+filename+'" quality="high" bgcolor="#ffffff"  width="'+swfwidth+'" height="'+swfheight+'" swLiveConnect=true id="sound_1" name="sound_1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
	}
	
function getflash777_2(filename,swfwidth,swfheight,idname){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="'+idname+'"  width="'+swfwidth+'" height="'+swfheight+'" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="'+filename+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<embed src="'+filename+'" quality="high" bgcolor="#ffffff"  width="'+swfwidth+'" height="'+swfheight+'" swLiveConnect=true id="'+idname+'" name="'+idname+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
	}
function getflash777_3(filename,swfwidth,swfheight,idname){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="'+idname+'"  width="'+swfwidth+'" height="'+swfheight+'" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="'+filename+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="'+filename+'" quality="high" bgcolor="#ffffff"  width="'+swfwidth+'" height="'+swfheight+'" swLiveConnect=true id="'+idname+'" name="'+idname+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
	}
