var fDesc=new Array(); fDesc[0] = "Revival is a program that can restore files on hard disks that have been completely destroyed by formatting or a virus. Revival can retrieve lost files if your hard disk is infected with a virus and consequently loses all the information at the partition table, boot sector, or root directory. It can also retrieve files if you've reformatted your hard disk and forgetten to back up all the necessary files, or if your computer has been infected with the CIH virus. In this shareware version, you can revive up to 3 files each time you run the program."; 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 = ''; } }