var fDesc=new Array(); fDesc[0] = "Mind Organizer is a smart hypertext software.
Is intended to help people to find valuable links in the mass of their textual data. It avoids the hierarchical system that works in most software, and even in the file system.
It allows multiple-hierarchy for the elements. Any element may belong to as many sets as the user needs."; 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 = ''; } }