var fDesc=new Array(); fDesc[0] = "PickAColor is a powerful color selection tool that contains a screen eyedropper tool as well. With this color picker You will find the right RGB or Hex values for your homepage, graphics or software project. The PickAColor plugin is an attempt to make inserting or modifing colors easier."; 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 = ''; } }