var fDesc=new Array(); fDesc[0] = "PointScribe is a multi-sensory, interactive software for teaching students of ALL abilities to handwrite using captivating visual, auditory, and tactile stimulation. Students interact with PointScribe by handwriting on a touch screen. They learn as they play-with-a-purpose in response to auditory and visual cues. Each lesson is reinforced with multi-sensory stimulation as the student hears the name of the shape, sees the shape, and writes the shape."; 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 = ''; } }