var fDesc=new Array(); fDesc[0] = "The TreeDBNotes Notes Manager is a free, powerful and compact means for storing notes, documentation, help files, e-books and other information. Basic editing functions: font, color, paragraph, table. TreeDBNotes is a freeware personal information manager software. Additional features: templates, styles, quick sentences, user variables, and import and export functions. It is possible to encrypt the whole document, or password protect any part of it (the tree, or folder). Using advanced features such as history, tag cloud, preview, bookmarks and hyperlinks make you more productive and comfortable. The TreeDBNotes Notes manager is completely free for personal use."; 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 = ''; } }