var fDesc=new Array(); fDesc[0] = "Absolute Color Picker is a powerful yet easy to use application for webmasters and web-designers that allows you to select and pick colors by means of various color models and convert them into HTML-based hexadecimal representation. This incredible program is based on Absolute Color Picker ActiveX Control and in a a great compact color designer. Moreover, the application features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. It includes a free color picker, color scheme generator, color history builder, color scheme management system, screen color grabber and much more. What is more, this software is 100% compatible with most graphics packages and is the best compact choice for professional designers, freelancers and home users. In addition to this, the program enables you to customize brightness, hue, saturation and other parameters separately to match your exact selection. All in all, if you are looking for a great application to select colors, Absolute Color Picker is perfect for you."; 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 = ''; } }