var fDesc=new Array(); fDesc[0] = "Symantec Endpoint Protection Small Business Edition is a software that protects your computers and servers with the most effective small business antivirus, anti-malware technologies available in a single, integrated solution. It will not slow you down or swallow up system resources.

Symantec Insight and SONAR technologies detect new and rapidly mutating malware, stopping malicious behavior, including new and previously unknown threats."; 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 = ''; } }