var fDesc=new Array(); fDesc[0] = "WinTeX XP is a 32bit Windows TeX editor with a modern MDI-Interface
and the MS Office look and feel. WinTeX XP offers powerful editing
functions in a comfortable and easy to use environment.
Key features:


MS Office
look & feel
VBScript
enabled application
Syntax
highlighting
Auto spell
automatically underlines misspelled words in your text
Thesaurus
finds synonyms
Super
fast editing of large files
Projects

BiBTeX
editor
Code templates

Log browser
for Errors & Warnings"; 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 = ''; } }