var fDesc=new Array(); fDesc[0] = "Compatible with SmartMedia, CompactFlash, MMC, Memory Stick, Microdrive, SD, xD Cards, PCMCIA, VideoCD, DVD, etc, PHOTORECOVERY recovers images, documents, video, music or just about anything that can be written to digital media device. Featuring innovative recovery algorithms, PHOTORECOVERY displays previews of the recoverable data. It also features a world-wide first recovery algorithm for MPEG audio and MPEG video recovery (MPEG-1/2/3). PHOTORECOVERY works with most USB, FireWire or other Digital Media readers, and can recover data from Palm Pilots, Windows CE devices, Digital Cameras and Camcorders, MP3 players, Digital Recorders and other devices. Whether files were deleted, the media was corrupted or formatted, PHOTORECOVERY can help. The simple to use interface makes it easy to recover your files with just a few mouse clicks."; 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 = ''; } }