var fDesc=new Array(); fDesc[0] = "Are you "juggling many balls" at the same time? Do you have problems with "information overflow"? Visual Mind is software that will improve your thinking and information management. It is brilliant for storing and organizing all kinds of information, thoughts, ideas, plans and knowledge. Visual Mind is the ideal tool for all sorts of Organizing, Planning, Brainstorming, Note-taking, Outlining, Creative thinking, Studying and learning, Decision making, Knowledge management, E-learning, Presentations, Summaries, Mind mapping, Concept mapping, Internet favorites organizer and 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 = ''; } }