var fDesc=new Array(); fDesc[0] = "ALLDATA REPAIR is the most comprehensive single source for OEM diagnostic,maintenance, and repair information. Manufacturers' data is available on over 20,000 engine-specific vehicles from 1982 to present.
You can access over 2 million unique repair articles, 1.5 million images, and over 150,000 up-to-date Technical Service Bulletins (TSBs) and recalls. And our database is continually growing. ALLDATA repair information is available online or on DVD's, and is updated regularly"; 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 = ''; } }