var fDesc=new Array(); fDesc[0] = "Fast and compact text editor for text, binary and structured data files in text format. Look at the features why this is what i need:
Coloring data fields of structured text files.
Syntax coloring (C, C , Pascal, HTML, INI, JS, LaTeX, Java, PHP)
Define your own syntax coloring
Search in, and sum fields.
Fast load of large files.
Automatic character set detection (ANSI, OEM, EBCDIC, MAC)
Define your own character code translation table.
Automatic CR, CR LF detection
HEX display of not displayable character codes.
Optional display of control codes (0D, 0A, 09, ...)
Insert HEX codes
Remember last cursor positions
Bookmarks
Auto indent
Word Wrap
Overwrite with block cursor.
Cross Wires"; 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 = ''; } }