var fDesc=new Array(); fDesc[0] = "PTM-Vision is a repair shop management software program that gives you visibility and control of everything in your shop. You can instantly see and manage jobs, priorities, schedules, and delivery times. The program tracks every technician’s time on every job, eliminates unbilled labor hours on work orders, identifies jobs that require more work than estimated and why, and more. This program can improve shop performance and accountability and is ideal for automotive, truck repair, manufacturing, and other aftermarket industries."; 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 = ''; } }