var fDesc=new Array(); fDesc[0] = "You need to operate your service department at peak efficiency, and that means being in control. Service Accent from VCI will help you make your service easier to manage. Service Accent manages and simplifies field service, contract administration, preventative maintenance, stock, purchasing, billing and order processing. You can share customers, purchases and invoices with your financial application* for total financial control."; 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 = ''; } }