var fDesc=new Array(); fDesc[0] = "McAfee SiteAdvisor Enterprise is a program that keeps you safe without limiting your access to the Internet. With this program you don't need to impose restrictive policies that keep your employees from using the web for research and business projects. SiteAdvisor Enterprise scans the Internet with intelligent bots or virtual computers, downloads sites and scans them for malware."; 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 = ''; } }