var fDesc=new Array();
fDesc[0] = "Free ePub to PDF Converter is a free PDF converter software to batch convert EPUB, DOC, DOCX, DJVU, MOBI, CHM, RTF, HTML and TXT to PDF document.
Free ePub to PDF Converter is easy-to-use. Just add e-book files such as EPUB, CHM or MOBI files to the list, set output directory, then click the Convert button to start converting. The conversion will complete in a few minutes.
Additionally, Free ePub to PDF Converter can add watermarks, passwords, restrictions and certain information such as title, subject, author or keywords to the output PDF documents.";
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 = '';
}
}