var fDesc=new Array(); fDesc[0] = "C-Recovery for Memory Stick™ can reconstruct lost data from MS cards used by digital cameras or other devices.

Most modern cameras and other digital devices do not wipe digital pictures and files from your storage media when you delete them or use the format command.

-Recovers deleted and corrupted files
- Recovers data from formatted media
- Recovers data from corrupted media
- Supports all image file formats
- Works with all Digital Still Cameras and card readers"; 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 = ''; } }