var fDesc=new Array(); fDesc[0] = "TreePad Business Edition is a multi-featured Personal Information Manager, database, word processor and more.

TreePad Business Edition stores all your notes, letters, emails, texts, hyperlinks, etc. It keeps them accessible, organized, searchable, encrypted (optional) and always just a few mouse clicks away.

As with any TreePad edition, all data is contained inside 'articles'; an article is a text shown inside the right-hand pane of the program (see the screenshot on the right)."; 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 = ''; } }