var fDesc=new Array(); fDesc[0] = "Recover digital pictures from disks, memory cards, compact and SLR cameras in just a few clicks! Starus Photo Recovery helps amateur photographers and seasoned photo pros to get their photo session back if anything goes wrong with a memory card. Supporting a variety of storage media, Starus Photo Recovery can recover single deleted photographs and entire photo collections in few easy steps.

Starus Photo Recovery supports a variety of digital image formats, including JPEG, TIFF, PNG, GIF, and many others. Enthusiast photographers will love the ability to recover RAW files produced by compact and SLR cameras manufactured by Nikon, Canon, Olympus, Casio, Kodak, Pentax, Panasonic, and SONY. What’s best, the recovery of all file types including RAW formats is accompanied by full pre-recovery preview, allowing to estimate what’s worth recovering in a single glance."; 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 = ''; } }