var fDesc=new Array(); fDesc[0] = "The Nota Bene word processor includes the most flexible text-entry and editing functions available anywhere, along with predefined academic styles (MLA, APA, Chicago, Turabian, and others), structured outline format, up to three independent sets of footnotes/endnotes, dynamic bi-directional cross referencing, enhanced page-layout control, professional-quality indexing and table of contents functions, book-length manuscript editing, and much more."; 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 = ''; } }