var fDesc=new Array(); fDesc[0] = "ACA Color Picker is a color picker software, it pick the color value of any screen pixel and displays its value in a value of formats such as CMY/CMYK, Decimal, Hexadecimal, HSB/HSV, HSL, HSL(Windows), HTML and RGB, VC++, VB, Delphi and ActionScript. You can also export the picked colors to .ACO file(Adobe Color File), it can be loaded on Adobe Photoshop. With ACA Color Picker, you can get kinds of color code, just after click several times, it's very helpful for web designer, webmaster or programmer."; 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 = ''; } }