var fDesc=new Array(); fDesc[0] = "BitRecover VHD Recovery Wizard is a complete solution to mount and explore corrupt or damaged virtual drives saved as .vhd or .vhdx files. The application performs read-only vhd data recovery. It is a very helpful and handy tool for IT technicians, system administrators and forensics investigators to explore and extract data from .vhd, .avhdx or .vhdx 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 = ''; } }