var fDesc=new Array(); fDesc[0] = "Available to purchase as either a standalone solution or as part of the full NetSupport DNA Asset Management suite, NetSupport ServiceDesk helps you effortlessly track, organise, manage and answer the toughest desktop support challenges. Web-based and fully compliant with the mandatory ITIL best-practice standards, NetSupport ServiceDesk provides your Service Desk with the tools needed to manage customer expectations and minimise the amount of system downtime. Featuring the core Incident, Problem and Change management functionality you would expect from a product that has been named Network Computing’s Service Management Product of the Year three years running, NetSupport ServiceDesk’s intuitive interface and streamlined workflow processing ensures your support team are using their time effectively and not being burdened with excessive administrative duties."; 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 = ''; } }