var fDesc=new Array(); fDesc[0] = "The off-line product selector is a Microsoft Windows-based tool to help you quickly select and compare many NXP Semiconductors products.
This off-line tool supplements the information found here on the ICs website. This Product Selector is not to be used to replace sound, good engineering judgement. In all cases, careful review of the most recent datasheets for your particular operating conditions must be made."; 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 = ''; } }