var fDesc=new Array(); fDesc[0] = "Have you lost your pictures? Do not panic! Try PhotoRescue: the digital photo & picture recovery solution for erased or damaged compact flash, memory stick, xd cards, smart media, sd cards and other media used in digital cameras.

PhotoRescue is a risk free data recovery solution for SD Cards, Compact Flash Cards and all other media used for the storage of pictures, photos, images, movies and other multimedia files. The PhotoRescue Expert Demo will show you an accurate preview of the images it can recovers. PhotoRescue is safe as it never writes to the the media being recovered."; 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 = ''; } }