var fDesc=new Array(); fDesc[0] = "AuctionMagic is the most powerful bidding and auction management software available on eBay. It will track you auctions and place your bids moments before the auctions close to greatly increase your chances of winning. AuctionMagic is the pioneers in eBay software, with the original released back in 1998. The current version was rewritten last year from the ground-up using the latest and most powerful programming language available from Microsoft.

Here are a few of AuctionMagic's many features:

*
By placing bids at the last possible second before an auction closes, known as sniping, you can ensure you're the last bidder. No one has time to see your bid and counter it before the auction closes.

*
Selective bidding with 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 your PC to eBay's clock so your bids go in exactly when you want them to."; 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 = ''; } }