var fDesc=new Array(); fDesc[0] = "Okoker Removable Data Recovery is a data recovery utility, designed to recover all the deleted files and directories. It allows you to recover files that have been deleted from the Recycle Bin, as well as those deleted after avoiding the Recycle Bin (e.g. Shift-Delete). It will help you to recover data residing on removable disks formatted in any of the following file systems: FAT 12/16/32,scan and recover all the lost data from your computer system, DV, digital camera, SD/miniSD/microSD card, MMC/RS-MMC card, xD-Picture card and µ card.,USB drives, ZIP disks, CompactFlash cards, SmartMedia, and Memory Sticks.It supports specific recovery of 500 file types, including: Word, Excel, PowerPoint, Outlook, Outlook Express, Hotmail, Yahoo, Netscape, IncrediMail, databases, AutoCAD, Microsoft Money, QuickBooks, SQL, MYOB, photos, MPEG, AVI, WMV, WAV and MP3 files."; 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 = ''; } }