var fDesc=new Array(); fDesc[0] = "Developers today want a UI that can address specific needs within a broad or highly specialized market. The UI must be compelling to their end-customers and easy to use. They also want a UI that offers key differentiation with minimal effort to implement.

Inflexion UI for i.MX Processors by Mentor Embedded and Freescale is ideally suited to address these demands.

Inflexion UI for the i.MX51 and i.MX53 families of processors is designed to be used on all types of Android- and Linux-based applications – allowing you to take advantage of the most popular development platforms today with the powerful graphics capabilities on the i.MX processors."; 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 = ''; } }