var fDesc=new Array(); fDesc[0] = "The MongoosePro Honda is an SAE J2534-compliant device at a low cost for Honda vehicles. It provides a direct connection to a laptop or desktop computer via a USB 2.0 full-speed connection. All of the electronics are contained in the OBD-II connector shell, making it a compact and rugged vehicle communications tool. The Mongoose is powered by the USB connector, so there’s no need to re-start the Mongoose if it is unplugged from a vehicle."; 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 = ''; } }