var fDesc=new Array(); fDesc[0] = "Spec Manager software sets up and compares various vehicle specifications to fine tune drivelines saving time and money. This fun and simple-to-use tool can help you determine what driveline specifications fit your needs. With Spec Manager, a service person can troubleshoot a low power problem. Simply choose engine, vehicle, transmission, tires, and rear axle ratio and Spec Manager will determine the vehicle's fuel economy and operating performance. Spec Manager can even predict the number of shifts to be made on a trip and the fuel economy before purchasing a truck. Develop and troubleshoot tailor-made truck specifications for your customers with this easy-to-use vehicle specification software."; 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 = ''; } }