var fDesc=new Array(); fDesc[0] = "BodyShop Office is body shop management system designed for smaller body shops that can’t afford spending thousands of dollars up front and then high annual fees. It automatically collects cycle time data when you close an appointment or repair order. It also collects data about the number of hours you produce each month and then uses that information to automatically determine how many hours you can schedule each week."; 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 = ''; } }