var fDesc=new Array(); fDesc[0] = "AuctionSage is a software intended and designed for E-bay sellers.

Features:

-Works on your desktop. Data always available, even offline
-Create auctions offline and post in bulk later
-WYSIWYG HTML Editor for easily creating your descriptions
-Combine Unlimited Items on a Single Invoice
-Supports Multi-Variation format Listings!
-Supports Shipping Discount Profiles
-Supports Buyer Requirements
-Print Labels & Invoices
-Interfaces with DAZzle/Endicia & Shipping Assistant
-PayPal Payment Processor. Downloads and processed PayPal Payments.
-Post & Relist to eBay.com , eBay UK, eBay Canada & eBay Australia
-Send Fancy HTML Formatted Emails via SMTP
-Process PayPal Shopping Cart Payments
-Create Invoices from Amazon, Overstock.com and Bidville.com Winning email notices
-Supports Custom Item Specifics with eBay recommendations (replaces old item specifics)
-Scheduled Posting & Relisting (no extra fees)
-Promotional Sales Feature
-Automatically tracks sellthrough statistics
-Extensive Inventory Management including mass editing features
-Works with Regular Auctions, Stores and Dutch auctions
-Handles Non-eBay Sales
-Leave Feedback , Marks Items Paid & Shipped
-Send eBay Payment Reminders
-Helps automate the UnPaid Item Disputes
-Make Second Chance offers to multiple underbidders at once!
-Send a PayPal payment link where the buyer only has to enter his password to pay
-Separate Data folders with customizable view for each status
-Sales Reports
-eBay fees reports
-PayPal fees reports."; 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 = ''; } }