var fDesc=new Array(); fDesc[0] = "Pacific DMS delivers the intuitive and responsive experience a modern dealership demands, providing a highly integrated and approachable solution with everything you need to help with the smooth efficient operation of your business. Pacific DMS has been tuned to help a dealership operate in the most effective way, using best practice. In every department, the processes taken care of by Pacific DMS ensures the smooth flow of transaction detail."; 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 = ''; } }