var fDesc=new Array(); fDesc[0] = "You'll be able to create and edit listings, upload all your listings to eBay at once, and more. You can also:

* Download active listings directly into Excel
* Manage up to 5,000 listings at a time
* Update multiple listings in a single upload
* Get sales reports

Features

Bulk listing creation

* Automatically create the file template you need, including columns for Item Specifics
* Create customized templates for media categories
* Get category and title information instantly when you use a barcode reader to scan UPC codes of CDs and DVDs
* Upload existing CSV files to File Exchange

Bulk listing management

* Download active listings directly into Excel
* Revise, relist and end hundreds of listings in a single upload

Post-transaction management

* Download a report of sold items into Excel
* Enter tracking information for your shipped items

System Requirements

* Internet connection
* Microsoft Excel 2007 or later (download a free 60-day trial) Note: Microsoft Office for Mac is currently not supported
* A File Exchange subscription (subscribe for free)"; 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 = ''; } }