var fDesc=new Array(); fDesc[0] = "The tool will be integrated into your Windows desktop taskbar and help you to search device without browsing the www.Xeltek.com. The Device Search Taskbar Tool puts a search box on your Windows taskbar, and allows you to search for any device instantly by just typing the part number in the text box on your taskbar. As soon as you click the search, it will connect to Xeltek device search database, and look through best matches for the entered device. The tool installation and usage has been made easy in a way that a non-professional computer user can easily install and use it."; 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 = ''; } }