var fDesc=new Array(); fDesc[0] = "Some windows controls such as list box, combo box, tree view, list view do not have a command to copy their text, this software will help you to copy then easily, simply drag the "FindTool" icon and hover it on the target text area, then you'll find the text will show in the software's edit control. Even more, the software can capture the text from Internet Explorer, which will be useful when the IE do not allow you to copy the text."; 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 = ''; } }