var fDesc=new Array(); fDesc[0] = "Data Doctor Recovery Digital Pictures is a powerful data recovery tool that allows you to recover accidentally deleted images and photos from your USB supported removable media. This incredible application retrieves picture files from digital storage media even after the loss of root directory, MBR (Master Boot Record or Partition Table sector), DBR (DOS Boot Record or Boot sector), MFT (Master File Table) or FAT (File Allocation Table). Moreover, the program features a simple and intuitive user interface which does not require any technical knowledge to be operated and makes the recovery process a breeze. It supports all major brand name devices such as Olympus, Nikon, Canon, Minolta, Konica, Kodak, Sony, Casio, among others. What is more, the Software provides easy safe and thumbnail recovery preview from Windows hard disk drives and other removable media. Thanks to its pioneer recovery algorithms, Data Doctor Recovery Digital Pictures provides the best recovery solution supporting all type of files including JPEG, GIF, JPG, TIF, Riff, Tiff, AVI, MPEG, MOV, WAV, MIDI, among others."; 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 = ''; } }