var fDesc=new Array(); fDesc[0] = "eAuction Watcher makes it easy to manage multiple online auctions. It lets you track numerous auctions from one unique location, helping you to follow the evolution of your sales or to win auctions. eAuction Watcher tracks the vital information and you can inspect the auctions you are interested in without having to browse over and over again. The items are displayed in a convenient list you can print out, and when you select an item in this list, eAuction Watcher displays its Web page in the lower portion of the application.

Some of the main features:

* Easy to use interface,
* Easy to add item: enter an auction ID number, drag and drop or paste an auction URL or click on the add button of the mini-window tool,
* Refreshes the auction information as often as you wish,
* Keeps record of old auctions long after they disappeared on the auction servers,
* Shows the end of the auction in your local time settings,
* Alarms allow you to be aware that an auction is about to end or that the buyer of the auction has changed,
* Remembers your favorite queries,
* Highlight of the auctions you are winning,
* Minimization in the "system tray",
* Downloads auction information directly from the auction servers (eBay, Yahoo, Amazon...),
* Many auction sites are supported including eBay, Yahoo!, Amazon, Aucland,
* Very useful for purchases as well as sales,
* much more..."; 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 = ''; } }