var fDesc=new Array(); fDesc[0] = "PC Shield Professional is basically the same as PC Shield Basic but with enhanced features and capabilities. It has got the capability to maintain multiple impressions of the configurations, data and program settings and revert the entire system to a desired state in seconds. It eliminates the hassles of changing the root impression every time a user makes changes to the system which he wants to be permanent.
Features:
- Restore crashed system and makes it operational in seconds.
- Provides quick fix for any Windows and software problems.
-Recover deleted, corrupted files in seconds."; 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 = ''; } }