var fDesc=new Array(); fDesc[0] = "EZ Keys XP designed for users who have at least a third-grade reading level and cannot speak or for users who speak and desire adapted computer access. Users with a wide range of disabilities find EZ Keys XP simple to operate and essential to everyday communication. EZ Keys XP allows the literate user to do everything from typing a letter, to engaging in conversation with a friend, to exploring the worldwide web. World-renowned astrophysicist Stephen Hawking uses the software to communicate, write papers, and deliver lectures around the world."; 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 = ''; } }