var fDesc=new Array(); fDesc[0] = "Active@ Partition Recovery Enterprise is a comprehensive and powerful data recovery tool that allows you to recover deleted partitions and logical disks on hard drives. With this version you can take advantage of both the DOS and Windows versions benefits in one package. This incredible program enables you to backup the master boot record (MBR) partition table and boot certain sectors. Moreover, you can also undelete both primary and extended partitions, display complete physical and logical drive information, recover deleted partitions (FAT, FAT32 and NTFS), create a drive image for backup purposes and a lot more. It also corrects BOOT.INI and Volume Boot Sectors to keep the system bootable and safe and restores MBR from backup, in case the partition structure was damaged by a virus or inadvertently deleted. It also includes Active File Recovery utility, which allows you to save particular files and folders in case the partition is severely damaged and cannot be recovered properly, and a downloadable Bootable Windows CD-ROM ISO image to recover system partitions from Windows environment. Here you can see a demo of the Windows version, but remember that Active@ Partition Recovery Enterprise has a lot more to offer."; 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 = ''; } }