var fDesc=new Array(); fDesc[0] = "ESET Remote Administrator Server allows you to easily manage security on company network from a single location. The program enables you to set random time periods for executing scheduled security tasks, save company bandwidth by downloading updates only once to a local mirror server and deploy server side System Health Validator (SHV) plug-in and client side System Health Agent (SHA)."; 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 = ''; } }