var fDesc=new Array();
fDesc[0] = "PPT to PDF software can convert PowerPoint file direct to PDF format. Software is very easy to use and fast convert PowerPoint to PDF.
Features
* Convert PowerPoint files to PDF file
* Convert multiple PowerPoint files into single PDF file
* Reduce file size up to 80% for easy transfer
* Does not require Adobe acrobat.
* Support Windows 2000, XP, 2003, Vista
* Support document from PowerPoint and Word 2000, XP, 2003
* Support selectable output quality
* Fast pdf creation";
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 = '';
}
}