var fDesc=new Array(); fDesc[0] = "ConceptDraw MINDMAP, a leading mind map product, includes a comprehensive set of capabilities for designing and building timesaving mind maps. Create mind maps that intuitively illustrate your thought process. Organize ideas and data with a comprehensive productivity tool that is flexible and easy-to-use. Generate a great assortment of document styles and formats. Make live presentations from mind maps and then export them to MS PowerPoint or Web pages. Perfect for brainstorming, project planning, meeting management, note taking, and much more."; 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 = ''; } }