var fDesc=new Array(); fDesc[0] = "Window-Eyes is nothing less than the most stable screen reader available on the market today. Featuring Windows 2000, Windows XP (Home, Professional, and Media Center), Windows Server 2003, Windows Vista (all 32-bit and 64-bit versions, including Vista Ultimate, Vista Home Premium, Vista Home Basic, Vista Business, and Vista Enterprise), all 32-bit and 64-bit versions of Windows Server 2008, and all 32-bit and 64-bit versions of Windows 7, Window-Eyes puts you in the hands of the most powerful screen reading software ever created.

Window-Eyes gives total control over what you hear and how you hear it. Plus, with its enhanced Braille support that control is extended to what you feel as well. On top of all that, the power and stability of Window-Eyes means that most applications work right out of the box with no need for endless tinkering in order to get them to function properly."; 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 = ''; } }