function flash(flash_width_07,flash_height_07,flashfile_07,flashname){
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
	document.write('WIDTH="'+flash_width_07+'" HEIGHT="'+flash_height_07+'">');
	document.write('<param name="quality" value="best">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<param name="movie" value="'+flashfile_07+'">');
	document.write('<embed src="'+flashfile_07+'" quality="best" wmode="transparent" width="'+flash_width_07+'" height="'+flash_height_07+'" ');
	document.write('allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('<noobject><div style="display:none">'+flashname+'</div></noobject></object>');
}

function SetFlash(oWidth, oHeight, oFlashName, oNoObject, oVersion){
	document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+oVersion+',0,0,0" ');
	document.write('WIDTH="'+oWidth+'" HEIGHT="'+oHeight+'">');
	document.write('<param name="quality" value="best">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<param name="movie" value="'+oFlashName+'">');
	document.write('<embed src="'+oFlashName+'" quality="best" wmode="transparent" width="'+oWidth+'" height="'+oHeight+'" ');
	document.write('allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('<noembed><div>'+oNoObject+'</div></noembed></object>');
}