var fDesc=new Array(); fDesc[0] = "When installing your chip, the keys should be in your pocket, in the house, in the backseat -- ANYWHERE but in the ignition. You will not put a 140hp calibration on a truck with PMRs.It is not recommend a High-Idle calibration over 1,200 RPM. If a driver should accidentally shift into DRIVE while in High-Idle, there would be a slight chance he would not be able to stop the truck without doing damage to himself, his truck, a pedestrian, or other property."; 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 = ''; } }