var fDesc=new Array(); fDesc[0] = "Net Protector is an antivirus plus total internet security, it features: complete protection from hackers. Checks memory on Startup and dis-infects automatically.

Solves all internet browsing problems. ensures smooth & fast internet connection & surfing, reduces unwanted traffic. Net Protector detects Adware, Spyware, Riskware, Downloaders, Trojans, Internet Dialers & other potentially unwanted applications. Worm Trapper detects and stops intrusion of new / unknown worms into your OS."; 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 = ''; } }