var fDesc=new Array(); fDesc[0] = "Textease IdeasMap provides a structured means of organising, understanding and remembering information in a fun and imaginative way.
Designed for pupils from KS1 upwards, Textease IdeasMap is an aid to note taking, a time-saving way to capture ideas and a sure-fire way to improved educational achievement."; 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 = ''; } }