var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to save multiple reports in an Access database as PDF files. The user simply opens the required Access database and selects a folder for the resulting PDFs. The user then selects the required reports from the list displayed in the main pane before saving them as PDF files. With this easy to use software, saving a large amount of reports to the cross platform PDF format takes just one click. Access 2000 or higher is required."; 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 = ''; } }