var fDesc=new Array(); fDesc[0] = "Garage Assistant GA4 is a complete garage management software, designed to assist in the every day running of your garage / workshop, from taking bookings or raising estimates and invoices to sending periodic reminders and statements. IT allows you to keep track of your account customers, produce statements, view charts showing the customers spending over the year and more."; 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 = ''; } }