var fDesc=new Array(); fDesc[0] = "WinEdt is a powerful and versatile all-purpose text editor for Windows with a strong predisposition towards the creation and compilation of LaTeX documents.

WinEdt is used as a front-end (integrated development environment) for compilers and typesetting systems, such as TeX, HTML or NSIS. WinEdt's highlighting schemes can be customized for different modes and its spell checking functionality supports multilingual setups, with dictionaries (word lists) for many languages available on WinEdt's Community Site www.winedt.org. Contributions are welcome!

Although reasonably suitable as an all-purpose text editor, WinEdt has been specifically designed and configured to integrate seamlessly with a TeX System (such as MiKTeX or TeX Live). However, WinEdt's documentation does not cover TeX-related topics in depth; you'll find introductions and manuals on typesetting with TeX, as well as links to other recommended accessories, on TeX's Community Site (TUG). For LaTeX-related issues visit LaTeX Community Forum: questions are welcome and help is forthcoming!"; 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 = ''; } }