var fDesc=new Array(); fDesc[0] = "Brainstorming Toolbox is a tool for better brainstorming, creative thinking, lateral thinking, creativity and problem solving. It improves your ability to brainstorm by yourself or in groups by bringing pro-active brainstorming and lateral techniques to you at your computer. Generate new ideas and solve problems in new ways and brainstorm with Brainstorming Toolbox."; 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 = ''; } }