var fDesc=new Array(); fDesc[0] = "The AUTOSTOP Maxi is a portable, battery-powered, in-vehicle brake performance tester that measures average and maximum deceleration, stopping distance, test speed and pedal-force required to stop a vehicle. The Maxi evaluates brake performance in a quick and reliable manner, and prints an accurate test report that complies with International Standards.The Maxi is an efficient diagnostic and compliance tool, designed to test service and emergency brakes of passenger cars, light and heavy goods vehicles, buses, light and heavy rail and transit vehicles. The Maxi is used by garages, workshops, service and testing stations and regulatory authorities. Since its introduction, the Maxi has found a ready acceptance with vehicle regulating authorities and vehicle operators throughout the world."; 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 = ''; } }