var fDesc=new Array(); fDesc[0] = "Digi-Key Toolbar is a handy application that allows you to search for electronic components and other tools right on your browser. Of course, this toolbar has been designed for electronic enthusiasts, engineers, purchasers,etc., but not for the general public. It provides instant information about part details, tools, training, etc. The toolbar offers shows all Digi-Key's suppliers with just one click or you can also search for the product directly in the search product categories. The company is in multiple countries, so first of all you have to select your country. The toolbar comes in multiple languages including English, French, German, Italian, Japanese, Korean, Simplified Chinese, and Traditional Chinese, and also allows you to clear your search history. I think the toolbar is more promotional rather than anything else. It doesn't include the option to add your own links or buttons, or a search box to search in your favorite search engine.
It supports Windows 2000/2003/XP/Vista, Mac or Linux, and Internet Explorer 5.5+ or Firefox 2.0+."; 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 = ''; } }