var fDesc=new Array(); fDesc[0] = "A free flash programming utility for Coldfire MCF54418 board.CF Flasher only supports Freescale's ColdFire development platforms targets that are listed. Once the target is selected, the user may change the settings for the memory map from the default setting to those required by the user’s target software. Not all ColdFire microprocessors have the same internal registers. Only the configuration registers that are valid for a specific target microprocessor are available to modify."; 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 = ''; } }