var fDesc=new Array(); fDesc[0] = "Free Scan to PDF Converter is a program that allows you to scan hard copies of documents/forms to PDF or convert images to PDF on your computer for viewing, archiving, backup and emailing. Using the scanner enhancement technology, this free application turns any scanner input document (articles, invoices, photographs) into a PDF file. It even allows you to convert images to PDF or PS format with selected custom papersize and compression."; 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 = ''; } }