// JavaScript Document
// JavaScript Document
function insertSwf_1(swfFile, width, height, quality){	
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"');	
	document.write('width="'+width+'" height="'+height+'">\n');
	document.write(' <param name="movie" value="' + swfFile + '">\n');
	document.write('<param name="quality" value="'+quality+'">\n');
	document.write('<embed src="' + swfFile + '" quality="'+quality+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed></object>	\n'); 
}

function insertSwf_2(swfFile, width, height, quality){	
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"');	
	document.write('width="'+width+'" height="'+height+'">\n');
	document.write(' <param name="movie" value="' + swfFile + '">\n');
	document.write('<param name="quality" value="'+quality+'">\n');
	document.write('<embed src="' + swfFile + '" quality="'+quality+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed></object>	\n'); 
}
