var fDesc=new Array(); fDesc[0] = "TreeSheets is free form hierarchical information organizer that can represent a great replacement for spreadsheets, mind mappers, PIMs, text editors and small databases. Suitable for any kind of data organization, such as Todo lists, calenders, project management, brainstorming, organizing ideas, planning, requirements gathering, presentation of information, etc.It's like a spreadsheet, immediately familiar, but much more suitable for complex data because it's hierarchical.It's also like a mind mapper, but more organized and compact.Also, like a text editor, but with structure.

TreeSheets - a free form of hierarchical data organizer, suitable for any kind of data organization."; 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 = ''; } }