var fDesc=new Array(); fDesc[0] = "Service Master is a software tool designed to replace the manual paper trail for service Companies. Service Master provides you with the capability to log the first contact with the customer all the way to closing the invoice by receipting payment from the customer.

Working in conjunction with your accounting software, Service Master will help you manage your service delivery. The status driven lists make managing a service business child's play, enabling you and your staff to spend more time adding value to your business and less time on admin."; 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 = ''; } }