var fDesc=new Array(); fDesc[0] = "Accessible Battleship SV is designed specifically for visually impaired computer users.

Accessible Battleship SV is a 1 player game in which you play against the computer.

You and the computer both have six ships. You take turns shooting at the ships, and the first one to sink all six of the opponents ships is the winner.

This game uses the Eloquence software speech synthasizer to provide spoken feedback to the user, such as game navigation, the results of each shot, and much more!

The Eloquence speech output and nice sound effects make this game very accessible for visually impaired gamers!"; 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 = ''; } }