var fDesc=new Array(); fDesc[0] = "AB-Edit is the comfortable text editor for work with multiple documents.

Lots of usefull features:
Drag'n'drop
Code templates
Bookmarks
Unlimited undo/redo
Automatic indention
Print with syntax highlighting
Colored syntax highlighting for more than 25 file types
Search & replace with regular expressions
Fully customizable environment

Edit your Windows, Unix or Mac files in ANSI, Unicode or UTF-8 encoding. AB-Edit is fast and easy to use."; 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 = ''; } }