var fDesc=new Array(); fDesc[0] = "AptEdit is a 32-bit, full-featured text, hexadecimal, drive, and web editor. It offers many powerful features to view and edit just about any text or binary file, and it's an excellent source editor for Web page authors, developers, and programmers.
Full of features this application is easy to use and easy to learn. The user interface is built along the lines of the familiar Word interface so that learning curve is not steep at all.
AptEdit Pro can be installed on FLASH or other portable drives. All user configurations are saved in the movable drive. You can carry AptEdit Pro with you wherever your travels or business take you and run it on almost any computer."; 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 = ''; } }