var fDesc=new Array(); fDesc[0] = "PolyEdit Lite is a free word processor that is designed to be lightweight, reliable, easy-to-use, and extremely fast. It has all of the standard capabilities you expect from a word processor. The program also introduces some innovative features that will make your work more efficient.

PolyEdit Lite lets you handle a wide variety of word processing tasks. It is a great replacement for both WordPad and Notepad. And in many cases the program can replace even big-name word processors such as MS Word and WordPerfect."; 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 = ''; } }