var fDesc=new Array(); fDesc[0] = "System & Program Files Protection
System Protect prevents deletion of important system files whose loss could cause your operating system to crash. These files could be attacked by viruses or accidentally deleted by you or your kids.
System Protect automatically updates itself and the file database to ensure the most effective protection for your computer.
System Protect allows you to pick files and folders that you want to protect from deletion such as important documents, your favorite music, photos from your vacation, movies or any other files that you do not want to loss.
System Protect guards essential system files to keep your operating system stable.
System Protect's user interface is so easy to use that even a novice is able to setup and use the program to protect his/her computer from unwanted data loss."; 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 = ''; } }