var fDesc=new Array(); fDesc[0] = "A-PDF Office to PDF is a fast, affordable utility to allow you to batch convert Microsoft Office (Word, Excel, Powerpoint, Publisher, Infopath, Visio, CHM) 2000, 2003, 2007 documents(.doc, .xls, .ppt; .docx, .xlsx, .pptx, .pub, .xml, .xsn, .vsd, .vdx .chm) into professional-quality documents in the PDF file format. Support hot directory monitor and connand line mode.

A-PDF Office to PDF Support Windows 32-Bit and 64-Bit."; 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 = ''; } }