var fDesc=new Array(); fDesc[0] = "Visual, Auditory & Grammatical Attention Training is a program that has lessons for visual, auditory, and grammatical processing. In each case, a fairly simple concept is presented with competing background stimuli as a distraction as a timed task. The three lessons are Competing Visual Stimuli, Competing Auditory Stimuli, and Competing Grammatical Stimuli. When you hear the word orange said, click orange even though the letters may be blue. Notice that not only is the word in a different color but there is a border around the word in that color. The border makes the task more difficult. You can remove the distraction border to simplify the task."; 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 = ''; } }