var fDesc=new Array(); fDesc[0] = "PilotEdit Lite is a free text editor, html editor, php editor, java editor and hex editor that can edit huge files larger than 50GB. It offers customizable syntax and keyword highlighting, advanced search and replace operations, HEX mode, column mode, and more. In addition, a built-in FTP client lets you open, edit, download and upload large files directly to/from an FTP server.
PilotEdit Lite works on both 32-bit and 64-bit Windows Operating Systems."; 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 = ''; } }