var fDesc=new Array(); fDesc[0] = "WinRescue XP is a shareware program for Microsoft Windows XP. It allows us to make easy backups of our Windows Registry and the rest of files needed to reinitiate the system after a computer crash, motherboard update, driver change, etc. It can make a copy of all our files or just the ones specified by us. If we have this software, there is no need to worry about loosing our precious and valuable documents both at home and at work. In addition to the Backup feature, it also provides several useful tools: Crash Fixer, RegPack, Extractor, Boot Disk, and Help. The troubleshooter tool will help us to repair Windows problems. RegPack can keep our Windows registry in peak condition by removing old, empty, invalid, and useless Registry entries. There is a free evaluation version that we can download directly from the developer's website. We can try WinRescue XP free of charge for a whole month. If you happen to have a different Windows operating system, please visit the author’s website where you can find the right WinRescue version for you."; 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 = ''; } }