var fDesc=new Array(); fDesc[0] = "Advanced Access To PDF Table Converter is a database client utility that allows execution of SQL (Structured Query Language) statements on Microsoft Access 97, 2000, 2003, 2007, 2010, 2013, 2016 databases. Resultsets returned by select queries are automatically persisted as PDF files to a directory of your choice. Advanced Access To PDF Table Converter provides user interface to define PDF table column headers, PDF document page size, PDF document page orientation, PDF table font type and PDF table font size. In addition to this, the application automatically persists most recently used output directory path and allows assignment of custom names to output PDF files."; 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 = ''; } }