var fDesc=new Array(); fDesc[0] = "Do you find that some photos recovered by digital photo recovery software are corrupted, e.g.:
- Splits into two (or even more) parts, and
- In between there is part of another photo, and
- The color of the lower part(s) may be changed, and
- There is a shift of the contents of the photo

Or, the upper portion of the photo is in one file and the lower portion is in another file.

If you have such photos and don't know how to repair them, our JPEG Photo Recovery may help you to recover the original image.

Features:
- Recover the JPEG picture that was corrupted after being restored by photo/data recovery software.
- Restore the original JPEG image if it has been split into 2 files by photo/data recovery software.
- You can undo and redo any changes you made.
- Automatically search and try fixing the picture within folder and sub folders.
- Extract possible JPEG thumbnails from a picture and save them in separated files."; 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 = ''; } }