var fDesc=new Array(); fDesc[0] = "Utilizing the "ATcon Electronic Repair Order Analysis" (EROA) Version 5 you can repair order surveys and performing service advisor performance reviews in several minutes as opposed to hours.
Using the information contained in your Dealer Management System (DMS), the EROA can sort through and analyze thousands of repair orders in seconds to identify trends and deviations in repair orders."; 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 = ''; } }