var fDesc=new Array(); fDesc[0] = "AuctionMagic is the most powerful sniping and auction management available on eBay, and one of the pioneers with the original version was released almost eight years ago. This latest version has just be re-written from the ground-up using the latest and most powerful programming language from Microsoft.
Key features:
Monitor your auctions, updated automatically, and can be organized into your own custom categories
Place bids at the last possible second to ensure you're the last bidder, and no one has time to see your bid and counter it before the auction closes.
Bid Logic lets you only bid on the auction if it meets certain conditions based on the results of your other auctions. This way you can have it bidding on the same item from different sellers until one wins, or only bid on an accessory if you win the main item first.
Synchronizes to eBay's clock so you bids always go in right on time
The optional Remote Access lets you access your auctions from anywhere with a web browser
AuctionGrabber automatically adds auctions numbers you place in the clipboard, even when the software in the background
Automatically add all items you've bidding on, selling, or watching
Icons and transparent desktop alerts lets you know when your auctions have changed
Keep track of auctions you've purchase, including contact and tracking information, dates, and costs. It also stores a complete copy of the item's description with pictures, so you'll have a record even if it changes or when eBay eventually removes it.
Automatically checks for new updates, which are available for free to all customers.
Supports international eBay sites and currencies"; 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 = ''; } }