var fDesc=new Array(); fDesc[0] = "eMindMaps is a simplified version of Mind Manager. It is essentially a tool for organising ideas into a coherent form and linking documents together in a "brainstorming" fashion - it is a particularly important tool in the new models of learning being developed in the University of the First Age and, in secondary schools, the Excellence in Cities project."; 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 = ''; } }