var fDesc=new Array(); fDesc[0] = "Kurzweil 1000 is a scanning and reading program that makes printed or electronic text accessible to people who are blind or visually impaired. It combines traditional reading machine technologies such as scanning, image processing and text-to-speech with communication and productivity tools to ease and enhance users' reading, writing and learning experiences."; 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 = ''; } }