var fDesc=new Array(); fDesc[0] = "This practical approach to facilitating common challenges facing modern organizations provides an intuitive solution to optimize service delivery and management. IT departments can avoid slow, unmanaged service which can be both damaging to their reputation and cause loss in productivity as well as easily provide statistics which help justify their cost.

By employing a web-base solution, Active Servicedesk has minimal rollout and maintenance implications and maximizes accessibility for both office and remote users alike.

User-defined workflow allows users to map out business processes and allocate tasks and approval levels to the relevant personnel. With options for branching and on-the-fly sub-task generation the workflow can dynamically be altered to suite the particular situation.

Features:

- Web based
- End user call logging
- Knowledgebase
- Service level agreements
- Escalations
- Workflow (including authorizations)
- User defined forms
- Call logging against devices
- Email and sms notifications"; 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 = ''; } }