var fDesc=new Array(); fDesc[0] = "NAS Data Recovery recovers the entire content of your broken NAS within minutes. You will be able to copy the files and folders over to another disk. NAS Data Recovery works for all XFS- or EXT-formatted single-drive, RAID-0, RAID-1, or RAID-5 NAS stations from manufacturers such as Buffalo, Seagate, Western Digital, DLink, or Iomega. Finds NAS RAID parameters, such as start sector, stripe size, rotation, and drive order automatically.

Remove the drives from your NAS station and attach them locally to your machine. Make sure the drives are all recognized by Windows Disk Management. If you are trying to recover a RAID-5, it is Ok to attach one drive less than the total number of drives in that NAS. NAS Data Recovery also works with images of your drives."; 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 = ''; } }