var fDesc=new Array(); fDesc[0] = "KEDIT for Windows is a full-featured Windows text editor with menus, toolbars, drag-and-drop editing, clipboard access and Multiple Document Interface (MDI) support. Editing features include sophisticated search and replace facilities, full undo and redo, a sort facility, a redefinable keyboard, regular expression support and file locking support. Full documentation is supplied as both online help and as manuals in PDF-format files."; 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 = ''; } }