var fDesc=new Array(); fDesc[0] = "A new hard drive always requires formatting for storing data. By the process of formatting we divide the hard drive storage space into multiple tracks, sectors and clusters. Many-a-times we are forced to reformat our hard drives because of hard disk errors, start-up problems and invalid commands that prevent our computers performance. However the basic reason for reformatting a drive includes slow start, virus attack, system error, bad sector and many other problems.
During this formatting we sometime format the wrong drive or we forget to take backup of important files. We may accidentally formatting the whole drive instead of formatting a single drive, and thus result in data loss. If you have lost documents, files and vital information after reformatting your hard drive, don’t panic because there is a way to get them back. With REMO Recover (Windows) Data Recovery software, it is possible to recover files from formatted drive or a reformatted partition (to any file system), corrupted, deleted or missing partition."; 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 = ''; } }