var fDesc=new Array(); fDesc[0] = "WinRescue 7 The Backup and Recovery Tool for Windows 7.

WinRescue makes snapshots of Windows. If you install a program that messes up Windows, just use the Crash Fixer to restore Windows to the way it was before.

Recover from a Crash in Two Minutes!!!
WinRescue backs up the Registry and important configuration files, packs the Registry, provides fivefold protection from system crashes, backs up any and all files that you desire, and much more (see below)."; 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 = ''; } }