var fDesc=new Array(); fDesc[0] = "The Enhanced BDM Programmer provides a fast, efficient, low-cost method of programming the on-chip Flash and EEPROM memory of our 68HC12 and HCS12 Families utilizing the BDM interface. The programmer can be used standalone with a simple pushbutton and LED interface. Direct replacement for the SCBDMPGMR12 BDM programmer."; 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 = ''; } }