var fDesc=new Array(); fDesc[0] = "Kleptomania allows you to capture and process text from any application. You can copy text onto clipboard, launch internet browser or email editor, sum numbers or count a number of words/characters. Kleptomania can process text of folder trees, file lists, database reports, text content of messages and dialog boxes, menus, status lines, visible text of legacy systems, and more."; 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 = ''; } }