var fDesc=new Array(); fDesc[0] = "CentreDesk Corporate is a multi-user helpdesk application, designed for a small to Corporate enterprise.
Fast, easy helpdesk call logging, easy call tracking, with the full history of all actions taken.
Easily assign help desk logs to technicians
The required date can be customized to suit the individual Issue or SLA Requirements, (calculates holidays and working days) and flagged to indicate the current status and duration. Hourly Time tracking can be enabled.
Security ensures that only the Issues assigned to individual technicians can be viewed by them
Provides a flexible workflow"; 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 = ''; } }