var fDesc=new Array(); fDesc[0] = "eBay Toolbar is a free tool that gives you easy, quick access to eBay from the desktop, keeps track of the items you have bid on and those you are watching, and alerts you before those auctions end so you can place a bid if you'd like. It could mean the difference between forgetting to bid and winning the auction!

What you get:
Alerts
Simple (yet powerful) search
Watch, Bid and Win"; 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 = ''; } }