var fDesc=new Array();
fDesc[0] = "Batch PowerPoint Files Binder software can merge large number of PPT files & make them a single file. The software is a master in its job & thus finishes in the most accurate manner. This tool can process PPT files of all extensions like ppt, .pptx etc. & also has the capacity to handle 1000s of them.
This PPT file binder has the easiest framework that assists in easy handling. It can be easily operated by a non-technical person in day to day office life. Users can also save the file that has been created after merging PPT files in a target folder assigned by the user only.
The swiftness & accuracy of this tool saves huge time of the user & efforts as well. Along with all these the software is made flexible to work in all MS PowerPoint versions like 2013, 2010 & 2007. The software is indeed the best for binding PPT files into one.";
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 = '';
}
}