var fDesc=new Array(); fDesc[0] = "eScan Internet Security Suite for Business is an anti-virus and information security solution for business networks. Its Secure Web Interface facilitates dynamic security management of your servers and endpoints. eScan's Asset Management module provides the entire hardware configuration and list of software installed on endpoints.
Endpoint Security (with Device Control) module protects your computer or endpoints from data thefts and security threats through USB or FireWire based portable devices."; 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 = ''; } }