var fDesc=new Array(); fDesc[0] = "EasyReader is an accessible software ebook reader, allowing users to read and listen to content through a combination of text, speech and images.

EasyReader can be used by absolutely anyone who enjoys reading books with highlighted text and speech. EasyReader is ideal for readers with blindness, low vision, dyslexia and other specific learning disabilities. EasyReader is also ideal for use in schools and libraries to empower readers to access a wider reading 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 = ''; } }