var fDesc=new Array();
fDesc[0] = "PDFdu Merge PDF files is a free PDF tool that can merge two or more PDF files into a single PDF document. With this free PDF merger, your PDF documents organizing, archiving, batch printing, and batch emailing become more effective.
Main Features:
-Merge multiple PDF files in high speed with accuracy;
-Supports options set output file name and destination folder.
-Support Reorder PDF files
-Supports batch input pdf files.
-Doesn't need Adobe Acrobat software and has faster processing speed.";
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 = '';
}
}