var fDesc=new Array(); fDesc[0] = "True Launch Bar Select Color plugin allows the user to copy any color they want and paste it in any color editor plugin. The user will run the program and create his own color from a large RGB palette, when he is done with the creating process the user will copy the color to the clipboard and then use it in any color editor."; 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 = ''; } }