var fDesc=new Array(); fDesc[0] = "Mind Pad - easy mind map software.

Mind Pad allows to create mind maps basing not just on creating and linking text blocks. Mind Pad allows organize in mind maps objects with any properties set.

With Mind Pad scripting you are able to create your own rules for data management and representation. Mind Pad suggest a new approach to mind mapping. Now the mind map is not just a lot of linked text blocks.

Learn more about mind mapping in Mind Pad Blog."; 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 = ''; } }