var fDesc=new Array();
fDesc[0] = "Quick Word to Pdf Converter is quick and easy PDF file creation software, which can batch convert different document formats including doc, docm, docx, rtf, htm, html to a universally accepted PDF file once with the click of converting. The conversion is so perfect that it retains the layout of the doc just the way it is in the original format. It is easy and convenient for novice and veteran users. It is at low-cost, yet easy to implement and easy to use
* Batch Convert Word ,DOC ,DOCX,DOCM to PDF
* Batch Convert HTM,HTML,RTF to PDF
* Batch Convert different file formats to pdf once
* High converting speed and excellent output quality
* Designed for novice and veteran
* Easy and Simple to handle";
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 = '';
}
}