var fDesc=new Array(); fDesc[0] = "Works right within Internet Explorer! One click access
to the hidden search features on eBay.
Auction Explorer will save you over 15 mouse clicks
when trying to duplicate the searches on eBay!
Regional Searches by Postal Code!
International Support: Australia, Canada, France,
Germany, Ireland, United Kingdom, United States.
More to come!
Many search combinations available and the ability to
save those searches for later use!
Remembers your search preferences so you can
quickly search eBay for your favorite items on your terms!
Sync your eBay Watches and Bids right from within the add-on
Bar none, this is the best add-on to Internet Explorer
and eBay. This is better than the eBay Toolbar!
Leave SEARCH FOR blank and click a category and see everything in that category. Now enter your postal code and see that category in your area!"; 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 = ''; } }