var fDesc=new Array(); fDesc[0] = "eScan AntiVirus Edition for SMB is a comprehensive virus protection solution designed and developed to protect personal computers from threats like Viruses, Spyware, Adware, Malware, Keyloggers and Hackers.

Novice or expert users, both can navigate the new Graphical-User-Interface with ease. A Single-screen-access to both, the Virus-Monitor & On Demand Scanner."; 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 = ''; } }