var fDesc=new Array();
fDesc[0] = "PDF Repair Kit is a comprehensive Adobe PDF repair tool for fast, smooth, and hassle-free recovery of data from damaged Adobe PDF documents. If you don’t know how to repair corrupt PDF files damaged in a system crash, this program is exactly what you need to get the job done in seconds. The program uses a strong data analysis core that relies on a set of intelligent algorithms to open, scan, analyze damaged PDF documents, and successfully extract the maximum of valuable data from them. The program is compatible with a wide range of PDF file versions and is even capable of fixing the errors caused by defects in PDF generation software.";
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 = '';
}
}