var fDesc=new Array(); fDesc[0] = "Jedi Color Picker is a customizable eye dropper, for picking colors from your monitor. It can pick the color at a selected pixel and convert it into HTML/CSS, Delphi, C++, Visual Basic, and Windows Color Reference codes. Color space can be changed between RGB, HLS, CMY, and CMYK as required."; 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 = ''; } }