var fDesc=new Array();
fDesc[0] = "Ailt PDF to PPT Converter can help you batch convert your PDF files to PowerPoint PPT format files with high output quality and fast conversion speed.
Main features:
- Supports to add files by dragging and dropping
- Supports to save and load the converted file list.
- Supports to choose the entire folder to convert.
- Supports converting the encrypted PDF file.
- You can convert the whole PDF file at once or you can choose specific pages.
- Supports converting PDF to PPT with preserve the original content, layout etc.
- Supports to convert all pages of multi-page PDF to multi-page PPT.";
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 = '';
}
}