var fDesc=new Array(); fDesc[0] = "BrainSharper is a concept map editor and a digitalization tool for thought, science and business models. BrainSharper can be used to digitally transmit knowledge and ideas that are hard to communicate with text only. BrainSharper can be used as a:
- personal brainstorming tool to reflect over ideas.
- visualization tool to communicate complex workflows to your coworkers.
- concept map drawing tool to enhance your presentations."; 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 = ''; } }