var fDesc=new Array(); fDesc[0] = "RichTextEdi is a comprehensive word processing tool that provides users with powerful features such as pictures, tables, text frames, text formatting, paragraph formatting, text styles, templates, headers and footers with automatic page numbering, hyperlinks, and various views. It also includes an HTML editor and a file compression utility additionally to saving shortest RTF format and comes with an original design."; 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 = ''; } }