var fDesc=new Array(); fDesc[0] = "WinRescue Vista 1.8 is a shareware program for Microsoft Windows Vista. It has been designed to backup any valuable file we do not want to loose in case of a computer accident, crash, virus attack, and so on. For many of us is very important what we keep in our computer, i.e. documents, accounting book, contracts, literary work, databases, essays, multimedia, etc. We can loose hours of work and a lot of money if we do not care about making periodical backups. WinRescue Vista is an inexpensive utility that can do this job for us. It can also restore our computer after a crash, remove all the useless entries we have gotten in our Windows Registry, extract files, etc. It has a Backup Wizard, and a Restore Wizard that give us systematic instructions. From the Preferences window, we can customize backup properties, backup names, restore point, automation, desktop icons, CD format, and advanced settings. Also, we can set up automatic and periodic backups. There is an evaluation version that we can download directly from the developer's website. We are allowed to try it free of charge for a 30-day period."; 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 = ''; } }