var fDesc=new Array(); fDesc[0] = "AyRecovery is an instant system recovery software. It gives you the power to undo PC problems. AyRecovery has been provided with snapshot technology, which can help you to recover computers from system crash. It supports up to 1000 snapshots. AyRecovery allows your computer to restore to a previous healthy state after a system crash. Even your computer has been installed unwanted software or attacked by viruses, you can rollback your computer system within 20 seconds. AyRecovery represents advancement in technology that has never before been available in solving computer problems. It forms a consistent trouble-free computing environment, completely free of harmful viruses and unwanted programs. Placing no restrictions on a user's ability to access all system resources, users avoid the frustration of downtime due to software conflicts, operating system corruption, virus attacks, and many other problems. AyRecovery is a revolutionary solution to computer protection. If you want to do anything to your computer without worrying about problems, AyRecovery is a must. AyRecovery is a quick method to recover a failed 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 = ''; } }