var fDesc=new Array();
fDesc[0] = "Now it is possible to recover data from PowerPoint .PPT and .PPTX files that have become damaged without having to spend a lot of time and money.
If you have ever had a damaged PowerPoint presentation then you know how difficult it can be to recover the data from your presentation. In most cases you would invest hours trying to figure out a method for recovery but now there is an affordable solution for recovering your data from damaged or corrupt PowerPoint files.
eRepair PowerPoint (DOWNLOAD) provides a viable solution for recovering data from damaged PowerPoint files. The interface is easy to use and provides step-by-step instructions that walk you through the recovery process for both .ppt and .pptx files. eRepair PowerPoint is ideal for novice users and is also a real time saver for intermediate to advanced users. The software requires no special skills or expertise and works via a multi-step wizard that only requires minimal user intervention.";
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 = '';
}
}