var fDesc=new Array(); fDesc[0] = "Magic Photo Recovery can restore deleted photos from memory cards, hard disks, USB drives, and other media. It has the ability to detect a variety of image formats including RAW files. Magic Photo Recovery can handle images removed from the Recycle Bin, recover pictures from damaged, formatted, and re-partitioned hard drives, and extract pictures from corrupted memory cards and digital camera memory."; 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 = ''; } }