var fDesc=new Array(); fDesc[0] = "versaSRS is a flexible Help Desk and Customer Support solution that will enable your business to quickly and effectively support, manage and improve the quality of your interactions with your employees, end users and customers. versaSRS allows you to prioritise, assign, track, report and audit your issues, whatever they may be - from software bugs and help desk tickets to project tasks and change requests. Improve Service Levels & Customer Satisfaction by utilizing a system which enables organizations to fully manage customers - to increase productivity, reduce service desk workload and subsequently reduce operational costs."; 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 = ''; } }