var fDesc=new Array(); fDesc[0] = "AptEdit is a 32-bit, full-featured text, hexadecimal, drive, and html 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. Key features include Spell Checker, Auto-Completion, visual files comparison, terminal edit, binary edit, full Unicode support, HEX template, edit drives, seamless Web browser, and so on.
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 = ''; } }