var fDesc=new Array(); fDesc[0] = "Buyer Auction Manager or BAM is a Windows software for eBay buyers. The software will help you find good deals on eBay.

Lite version allows you to search for newly posted Buy It Now items on eBay. This way if there is a good deal, you'll be one of the first people who gets to see it and if you think it's a great deal, you can purchase it before somebody else has a chance.

Full version contains additional functionality that allows you to schedule automatic bids to be placed in the final seconds of auctions (sniping). This will allow you to win more auctions on eBay by avoiding bidding wars. It also allows you to search for auctions that are about to end to uncover deals that were overlooked by others.

Buyer Auction Manager is a better, smarter and more powerful way to shop on eBay."; 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 = ''; } }