var fDesc=new Array(); fDesc[0] = "See the very latest Products and new Technologies first, constantly refreshed. Plus access new technology application notes, training and resources in our dedicated Technology First site.
Instant access to the most popular areas of the Farnell website, including direct links to Order History, Shopping Basket, Special Offers and the latest promotions.
Direct access to key areas of the element14 community including groups, industry experts and your own personal page.
Save time by using our integrated Quick Buy and Quick Paste functionality. Add individual products or just copy and paste your full list of part numbers directly into your Shopping Basket.
Simply select a keyword or Manufacturer Part Number, right click from your mouse and you can now search the term directly on the Farnell website.
Select an area or position of the page you want to capture and the toolbar does the rest. You can then copy or save the image directly to your local machine."; 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 = ''; } }