var fDesc=new Array(); fDesc[0] = "Thinking Maps, developed by Dr. David Hyerle, are visual teaching tools that foster and encourage lifelong learning. They are based on a simple yet profound insight: The one common instructional thread that binds together all teachers, from pre-kindergarten through postgraduate, is that they all teach the same thought processes. Based on thorough and well-accepted academic study and brain research, the eight Thinking Map tools correspond with eight fundamental thinking processes. More than simple task-specific graphic organizers, our tools can be utilized individually or in various combinations to form a Common Visual Language for students and teachers at all grade levels, in all subjects."; 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 = ''; } }