var fDesc=new Array(); fDesc[0] = "NovaMind is a a tool designed to brainstorm and organize great ideas, communicate them effectively to other people, and implement them efficiently without stress. This tool helps you put your ideas in an attractive and interactive visual format whether you use it for to-do lists, planning, brainstorming, problem solving or any other type of thinking."; 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 = ''; } }