var fDesc=new Array();
fDesc[0] = "A-PDF Word to PDF is a fast, affordable utility to allow you to batch convert Microsoft Word 2000, 2003, 2007 documents into professional-quality documents in the PDF file format. Supports files format: .docx, .doc, .rtf, .txt, .wri, etc. Support hot directory monitor.
A-PDF Word to PDF Support windows 32-Bit and 64-Bit.
Features:
-Easy to use
-Accurate
-Create Bookmark
-Create PDF file to an N-up Page Layout
-Combine and Merge Multiple WORD Documents into single PDF
-Work with Hot Directories
-Add Security, Watermark, Metadata to converted PDF
-Save Time
-Save Money
-A-PDF to Word to PDF Command Line";
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 = '';
}
}