var fDesc=new Array(); fDesc[0] = "Advanced All to PDF is a fast and affordable PDF conversion tool to help you batch convert Word documents, PowerPoint presentations, Excel Spreadsheets to PDF files quickly and accurately. The original contents including formatting and layouts are exactly retained in the converted PDF files. The conversion allows you to add PDF properties to the output PDF file, like author, passwords, allowed actions, etc.
Moreover, Batch conversion and partial conversion are supported, which make your conversion more efficient.

System Requirements:

- OS: Windows 2003/2008/XP/Vista/7
- Minimum hardware requirements: Intel or AMD CPU 350MHz, 256 MB RAM"; 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 = ''; } }