var fDesc=new Array(); fDesc[0] = "Data Doctor Recovery Memory Card is a powerful yet easy to use data restoration software that allows you to recover your lost, erased, formatted or deleted pictures,images, photos, audio or video files and folders from multimedia memory cards. This incredible application retrieves files even if the media is corrupted and you can not access it or if the memory card has been pulled out while the camera or other device was on. What is more, the program features a very simple and intuitive user interface which does not require any technical knowledge and makes the recovery process a breeze. The application enables you to recover your data from USB storage media including Compact Flash Memory card, Pocket PC, PDA, Handheld Computers, Mobile Cell Phone Communicator, Pen Drive Memory Stick, Smart Media Multimedia card, SD card, Micro drive, among others. The supported file formats are JPG, JPEG, TIF, GIF, RiFF, TIFF, AVI, PNG ,BMP, 3gp, MPEG, MOV, WAV, MIDI, QuickTime or any other file type stored in your digital media."; 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 = ''; } }