var fDesc=new Array(); fDesc[0] = "Corrupted and inaccessible volumes, formatted and repartitioned hard drives may look like a big problem – but they aren’t if you’re using the right tool.
RS Partition Recovery can restore deleted partitions, repair corrupted hard drives and recover lost data quickly and easily with a step-by-step wizard."; 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 = ''; } }