var fDesc=new Array(); fDesc[0] = "ST-MCU-FINDER allows you to explore and find the right microcontroller (MCU) for your application. This program features easy-to-use selection tools, self-maintaining documentation, and connections to MCU communities. You can search using the core type, CPU frequency, memory, price, package, I/Os, temperature grade, and peripherals such as control, timers, analog, connectivity, multimedia, and security."; 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 = ''; } }