var fDesc=new Array(); fDesc[0] = "Accessible PDF is a free program from Claro Software that lets you read PDFs with the colours and fonts you want and makes it easy to read the text aloud with other programs such as ClaroRead. You can zoom in and out, use high- or low-contrast colours, and save your PDF as text or a web page for future use. You can even follow internal contents links to let you navigate the document.
Based on the PDFTOHTML program, which in turn uses the XPDF program from Foo labs, Accessible PDF is a free open-source program released under the GNU Public Licence version 3, so you can use it for free for business and personal use."; 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 = ''; } }