var fDesc=new Array(); fDesc[0] = "Nevron Text Editor is a Free Text Processor, which serves as replacement of the Microsoft Word text editor.

It provides a complete set of text processing and text editing features, as well as support for commonly used text formats such as .TXT, .RTF, .DOCX, .HTML, .PDF and other. It is also packed with unique text editing features you will not find even in desktop publishing systems.

In many aspects Nevron Text Editor exceeds the capabilities of industry rivals such as Microsoft Word and Corel WordPerfect. This combined with the 100% identical features and capabilities of it's Windows, Mac and the Web Editor versions makes it the true leader in advanced text processing."; 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 = ''; } }