var fDesc=new Array(); fDesc[0] = "Sequencing In A Flash systematically increases visual and/or auditory processing levels with daily use. By using Sequencing In A Flash twice a day for two minutes, you can increase short term memory, attention span, and reading comprehension; as well as improve behavior, social skills and the ability to follow directions. Sequencing In A Flash systematically increases visual and/or auditory processing levels with daily use. During a visual sequencing session, a set amount of numbers (set by the user) are displayed on the screen for approximately 3 seconds and then removed. Once the numbers are no longer visible, the user is given the opportunity to input the numbers in the exact order that they were originally displayed. With daily work, the ability to retain visual information is increased. During an auditory sequencing session, a set amount of numbers will be spoken at approximately 1 second intervals. Subsequently, the user will have the opportunity to input the numbers in the exact order that they were originally spoken. With daily work, auditory process skills will increase, giving the user the ability to listen better, retain auditory information and have better comprehension of reading material. A correct response is rewarded with praise, or this feature can be turned off."; 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 = ''; } }