var fDesc=new Array(); fDesc[0] = "Free toolbar for eBay for a fast access to all important tasks of eBay.

With the integrated search function you can search directly from within your browser in all categories of eBay without opening the eBay page first cumbersomely.

Main features:

- Direct access to all important tasks of eBay (Buy, Sell, My eBay, ...).
- Fast search in all categories of eBay.
- Useful icon links to eBay on desktop and start menu.
- Automatic program updates.
- Multilingual (at the moment English and German).
- Intuitive program interface.
- Free e-mail support in case of problems or questions.
- All updates for free.
- Clean uninstall directly from within the toolbar possible."; 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 = ''; } }