var fDesc=new Array();
fDesc[0] = "Okdo Pdf to Xls Xlsx Converter is the easiest and fastest pdf to xls/xlsx format file converter. Convert PDF to xls/xlsx with ease. With it, you can batch convert your PDF file to xls/xlsx format. It can preserve original layout, text, images, vector drawings of your pdf file. The output quality is super good and the speed is super fast.
It is a standalone program which does not need Adobe Acrobat software support. Support the encrypted PDF conversion. Simultaneously convert massive PDF format files to one certain format once to save your time.";
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 = '';
}
}