var fDesc=new Array(); fDesc[0] = "Rescue and Recovery is an essential tool that enables users and administrators to restore backups, access files, diagnose problems, and make Ethernet connections when the Microsoft(R) Windows(R) operating system cannot start or run correctly.
It also enables administrators to deploy critical updates to systems that are corrupted or off the network. In addition, it can automatically apply patches to a system when a restore operation is performed.
The Rescue and Recovery program provides a workspace that runs independently of the Windows operating system. Thus, the Rescue and Recovery workspace enables you to perform rescue and recovery operations that might not be accomplished in the Windows operating system."; 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 = ''; } }