var fDesc=new Array(); fDesc[0] = "WebbIE is a web browser for blind and visually-impaired people, especially those using screen readers, used since 2001 all over the world. It comes with the Accessible programs, letting you access news and audio on the Internet in a simple and accessible way, allowing you to use podcasts, listen to the radio and read RSS and news with your screen reader or other access solution. Together they provide a way to access websites and other great things online - and they are all free!"; 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 = ''; } }