var fDesc=new Array(); fDesc[0] = "NotePro is a replacement for MS Word. It comes with support for rich text formatting, tables, styles, bookmarks, pictures, and shapes, spell checker, split view, and Unicode. NotePro can handle standard text files, and also creates and saves Rich Text Format, Word DOC and DOCX, Adobe PDF, Windows Write, and HTML files."; 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 = ''; } }