var fDesc=new Array(); fDesc[0] = "Worried about the security of your business network across every endpoint – including physical and virtual machines, servers, storage devices, email, and Internet? Use the new and improved eScan Corporate Edition (with Hybrid Network Support) that safeguards your corporate network from all kinds of cyber threats.

As Information Technology is a key backbone of any business, today IT security is considered as a pivotal part of a business strategy by the organizations. With the constantly increasing threats in the cybersecurity landscape, protection of valuable intellectual property and business data against theft/misuse without interrupting business continuity is a critical issue."; 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 = ''; } }