var fDesc=new Array(); fDesc[0] = "Power Edit is a very powerful text editor for Windows. It is a far more functional replacement for Notepad and Wordpad, and an excellent tool for creating and editing Web pages.
With Power Edit you can simultaneously edit many files of large or small size, with lines of any length. You can quickly navigate between files with the simple tabbed interface, and can split each file window to see two views of the same file. The number of simultaneous open files is virtually unlimited (in Windows 95, 98 and ME it is limited by system resources).

Power Edit contains all the usual features expected of text editors and several that are unique. The search and replace function is especially powerful, including regular expression handling as well as soundex and approximate searches, which are found in few if any other editors. In addition, the program includes many text manipulation functions which are difficult to find elsewhere, such as removal of leading spaces, position-based text deletion, deletion of blank lines, conversion of data between fixed width and delimited formats, and extraction of e-mail addresses and Internet URLs."; 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 = ''; } }