var fDesc=new Array(); fDesc[0] = "IT Service View can work with Windows servers using WMI for agent-less operation, or other types of devices such as hubs and routers using SNMP.
IT Service View is highly configurable. It comes with its own fully featured scripting language called SerioScript - which allows you to work with device data, load custom DLLs, manipulate files, run programs, send emails and so on, interacting with SNMP and WMI data."; 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 = ''; } }