var fDesc=new Array(); fDesc[0] = "H8SX172x Programmer lets you program and verify R5F61721, R5F61725, H8SX/1721, and H8SX/1725 microcontrollers with FLASH/EEPROM memory. These microcontrollers control the airbag modules in Toyota, Honda, and Subaru vehicles. This application is quite easy to use; just connect your programmer hardware using USB, select the BIN file and click "Start"."; 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 = ''; } }