var fDesc=new Array(); fDesc[0] = "The program PhotoRestorer allows you to recover deleted JPG files (photos or pictures) from any type of digital photo cameras and Flash drives (MMC, SD, xD, Flash Card, etc). It's easy to use: plug the Flash drive and press the "Start" button. The program first scans the storage media, locating all recoverable photographs in JPG format. It then displays them as thumbnails, and after you register the program, you'll be able to save the recovered files to your hard drive."; 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 = ''; } }