var fDesc=new Array(); fDesc[1] = "fault-tolerant SATA RAID 10 arrays on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X and 945 chipset-based platforms. It provides support for high-performance SATA RAID 0 arrays & redundant SATA RAID 1 arrays on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X, 945, 925, 915 chipset-based platforms. It also provides AHCI support on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X, 945, 925 and 915 chipset-based platforms, as well as on Mobile Intel® 915/910 chipset-based platforms."; fDesc[4] = "cards, USB drives, Zips and floppy disks, no matter if it was lost by accidental deletion, format, re-partition, system crash or virus attack."; fDesc[5] = "hardware or software RAID's.The software supports NTFS, FAT32, FAT16, NTFS5, NTFS+EFS file systems and works under all Windows operating systems."; fDesc[6] = ", removable drives (ZIP/JAZZ), flash devices, and RAID arrays. The program measures the physical performance of the devices."; fDesc[7] = "and damaged partitions, files from formatted disks and deleted emails. The recovery can be performed over hard disks, RAID systems and flash memory cards."; fDesc[8] = "parameters, such as drive order and block size, RAID Reconstructor will analyze your drives and determine the correct values."; fDesc[9] = "disk. It supports FAT/FAT16/FAT32/NTFS/N TFS5 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."; fDesc[10] = "drive. Supports archiving of older versions of files. Easy to setup, and runs as service in background."; fDesc[11] = ", unformat, partition, RAID and image recovery. Windows 2000/XP/Vista basic and dynamic disks are support."; fDesc[14] = "operating systems and digital images stored on memory cards, hardware RAID, etc. Supports FAT, FAT32, NTFS and Ext2 file systems."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }