var fDesc=new Array(); fDesc[0] = "Hex Color Finder, a small easy-to-use color finder is the only tool you need to find any color. You can choose custom colors, save, load colors, even get the specific color from any area on your screen. Other features include "Sticky", which manipulate the brightness of the color, an inverse button to quickly find the opposite color, a hex (HTML) to color and vice versa conversion tool, and a color blender."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }