var fDesc=new Array();
fDesc[0] = "JM-Ppt2Txt is a PowerPoint (.ppt, .pptx) file to plain text (.txt) file converter software. It parses PowerPoint file natively and does NOT need MS-PowerPoint software, processes file at very high speed and you can convert a lot of files once time! Supports all PowerPoint version formats, from PowerPoint 95 to 2007 and Open XML
Fully independent, parses PowerPoint file natively, does not depend on MS-PowerPoint or any third party software.
Batch converts PowerPoint files to text files quickly.
Supports drag-drop or copy-paste files and folders. Unicode support, converts file encoded in any language.";
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 = '';
}
}