var fDesc=new Array(); fDesc[0] = "Restorer2000 is a powerful and reliable file recovery software that allows you to undelete data and also restore your disk. It supports FAT/FAT16/FAT32/NTFS/NTFS5 file systems and has the ability to recover data from multiple media storage devices such as IDE/ATA/SATA/SCSI hard drives, external ZIP/USB, removable SmartMedia, to name but a few. This program comes in three versions Restorer2000, Restorer2000 PRO and Restorer2000 PRO Network. They all can recover files from deleted partitions, formatted hard drives, o even media affected by virus attacks, Trojans or power failure. It allows you to perform a deep scan and an automatic data analysis. It also includes a built-in previewer that shows you the files to be restored, to make sure that you recover exactly the files you want. You can also create an image file of the entire disk, partition or part, as well as visualize the disk and file structure. You can perform an advanced search by setting filters such as file mask, size, date range, among others. The other versions support damaged RAID recovery and reconstruction, recovery over the network, among many other useful features. It supports Windows 9x/ME/NT/2000/XP/2003 server/Vista."; 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 = ''; } }