var fDesc=new Array(); fDesc[0] = "NTE's QUICKCross™ software assists users in selecting the proper NTE replacement device for over three-quarters of a million industry device numbers in about a second! Also included are many categorized product flyers and full line catalogs.

Features:

-Technical specifications should be consulted to assure the proper replacement has been identified.
-Typical parameters can and do vary in different applications
-All operating parameters, including typicals, must be validated for each application by the customer's technical expert.
-NTE reserves the right to make any changes without further notice to any product herein."; 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 = ''; } }