var fDesc=new Array(); fDesc[0] = "Net Protector Antivirus 2011 is a very useful tool.
Main features:
- Vista compatible
- Complete Internet Protection and Security
- Realtime Protection Shield-- Zero-Virus Shield stops the viruses in realtime before they reach your PC. Giving your PC a rock solid & reliable protection.
- Worm Stopper-- Detects & Stops intrusion of new & unknown worms into your computer.
- Utilities for Operating System Problems-- Clean Temporary Files, Clean Registry, Fonts Folder, Missing Folder Options, Stop Auto Dial.
- Startup Scan-- Checks memory on Startup and dis-infects automatically."; 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 = ''; } }