var fDesc=new Array(); fDesc[0] = "With Free DocusTree you can easily organize your documents, daily activities, calendar and webpages and navigate to them instantly.

Access your documents, activities and webpages by clicking on the corresponding node of the tree structure on the left side of the screen and then view, edit and print the document as you would do normally in Wordpad, with all its features.

Free DocusTree can also help to easily manage and keep track of activities such as project work or even what days you went out jogging by using the add tracker document calendar functionality.

It is also possible to keep notes on calendars."; 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 = ''; } }