var fDesc=new Array(); fDesc[0] = "A free color picker and color mixing tool, including harmonious color finder; features 5 formats of picked color value (HTML, RGB, HEX, HSB/HSV, HSL), 3x/9x/15x zoom, saving picked colors history, RGB & RYB color wheels that display triads and complementary colors, RGB and HSV color mixer, optional stay-on-top and a user-defined hotkey to capture color info, multilingual interface. A portable program, can be run directly from a USB stick, no installation required (just download and start using). Easy to use and highly functional tool for anyone working with color."; 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 = ''; } }