var fDesc=new Array(); fDesc[0] = "You can send us your file for the manual repair of the file. Our repair experts will analyze the file and repair it for you. Once the file has been received, it generally takes 1-24 hours to process.

You can repair:

- corrupted Word documents (.doc, .docx, .docm, .rtf)
- corrupted Excel spreadsheets (.xls, .xla, .xlsx)
- corrupted Zip or RAR archives (.zip, .rar)
- corrupted videos (.avi, .mp4, .mov, .flv, .wmv, .asf, .mpg)
- corrupted JPEG, GIF, TIFF, BMP, PNG or RAW images (.jpg, .jpeg, .gif, .tiff, .bmp, .png)
- corrupted PDF documents (.pdf)
- corrupted Access databases (.mdb, .mde, .accdb, .accde)
- corrupted PowerPoint presentations (.ppt, .pps, .pptx)
- corrupted music (.mp3, .wav)"; 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 = ''; } }