var fDesc=new Array(); fDesc[0] = "Advanced Word To PDF is a fast, affordable way to batch convert Microsoft Word documents into professional-quality documents in the popular PDF file format. Its easy-to-use interface allows you to batch create PDF files which can be viewed on any computer with a PDF viewer.
all the original text font, images, graphics, hyperlinks, layout and formatting are kept intact after conversion. it’s available to add properties to the output PDF file,like the author, user password, owner password, allowed actions, etc."; 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 = ''; } }