var fDesc=new Array(); fDesc[0] = "Accessible Simon SV is designed specifically for visually impaired computer users.
This version contains a copy of the Eloquence software speech synthasizer, allowing everyone to have complete access to this game.
When the game begins, you will hear 1 sound. You must press the keyboard key that corresponds to that sound. If you are successfull, you then here 2 sounds. Then you must press the keyboard keys that correspond to the 2 sounds in the exact order the sounds were played. Each time you are correct, another sound gets added to the sequence. You continue in this manner until you complete the entire sequence of sounds in their exact order, or until you make 3 errors."; 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 = ''; } }