var fDesc=new Array(); fDesc[0] = "StormShield Personal Edition provides protection against major risks in Internet browsing and attacks against the operating system and applications. Based on an intelligent detection mechanism and not on traditional signature-based technology, this program is capable of detecting any (new) program with abnormal behavior on a PC and instantly blocking it before it is executed. The protection afforded by this utility, can block buffer overflow attacks or keylogging attacks, or attempts to corrupt processes in memory. Your computer and your personal information are kept secure. You can view your bank account, use your favorite applications, and surf the Internet with total peace of mind."; 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 = ''; } }