var fDesc=new Array(); fDesc[0] = "Advanced PDF Repair(APDFR) is the best PDF recovery tool in the world. It uses advanced technologies to scan the corrupt or damaged Acrobat PDF files and recover your data in them as much as possible, so to minimize the loss in file corruption. Support to recover all versions of Acrobat PDF files. Support to recover pages as well as images in the PDF documents. Support to repair different PDF file format errors."; 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 = ''; } }