var fDesc=new Array(); fDesc[0] = "CCS Uniflash is a standalone tool used to program on-chip flash memory on TI MCUs and onboard flash memory for Sitara processors. CCS Uniflash is available free of charge. The final disk usage is determined by the number of device and communication interface. Uniflash has a GUI, command line, and scripting interface."; 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 = ''; } }