var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
function Write_Flash() {
if(IE6){
	document.write('<p>IE6</p>');
}

else{	
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"');
	document.write('  width="666" height="415" id="top" align="middle">');
	document.write(' <param name="allowScriptAccess"  value="sameDomain" />'); 
	document.write(' <param name="movie" value="info/top.swf" />');
	document.write(' <param name="quality" value="high" />'); 
	document.write(' <param name="bgcolor" value="#111111" />'); 
	document.write(' <embed src="http://rgb255.info/top.swf" quality="high" bgcolor="#111111"');
	document.write('  width="666" height="415" name="rgb255" align="middle" allowScriptAccess="sameDomain"');
	document.write('  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"/>');
	document.write(' </embed>');
	document.write(' </object>');
}
}
