var fDesc=new Array(); fDesc[0] = "The MindWave Education turns your computer into a private tutor. The headset takes decades of laboratory brainwave technology and puts it into a bundled software package for under $100. It safely measures brainwave signals and monitors the attention levels of students as they interact with math, memory and pattern recognition applications. Ten apps are included with experiences ranging from fun entertainment to serious education."; 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 = ''; } }