var fDesc=new Array(); fDesc[0] = "Emmunize takes a new approach to virus protection. Instead of letting unknown programs run on your PC as long as they are not on a list of known viruses, Emmunize checks to see if they are on a white list of good pro- grams. If the program isn't listed, Emmunize doesn't let the program execute. Emmunize's "block everything unless its on your white list" approach stops not only the known viruses and threats to your PC, but the brand new ones out there that haven't made it to traditional antivirus' "bad list" yet. With Emmunize, you have a much higher level of protection than the other guys."; 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 = ''; } }