var fDesc=new Array(); fDesc[0] = "Stellar Shield is a pre crash hard disk data protection software that allows you to restore your data after a partition loss, an unconditional hard disk format, file/directory deletion, virus attack, bad boot record, corruption or damage in the allocation table, Volume Table or Directory Tree and software corruption. Once Shield is installed it takes a secure copy of your systems area and saves it safely on your hardisk drive. In the event of data loss, Shield Hard Disk Data Protection Software uses this secure copy of the systems area and rebuilds your server recovering lost data immediately. This incredible application features a very simple and intuitive user interface which makes the recovery process easier and quicker than ever before. The program creates up to 6 different Backup Images (based on a user-specified File Hierarchy Number) of all important system information needed to reconstruct the System Drive in case of a drive failure. All in all, Stellar Shield provides your hard disk a complete protection from any data loss and ensures 100% data restore. The file system supported are FAT16, FAT32, VFAT, NTFS and NTFS5."; 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 = ''; } }