var fDesc=new Array(); fDesc[0] = "Auction Street Software was developed specifically to manage online auction inventory and to track sales. Features:
- Inventory information with quantities on-hand and available
- Calculates consignment costs based on percentage of gross or percentage of net
- Pictures are stored with the inventory item and automatically uploaded with one button click.
- Sales information for each inventory item with status for tracking
- Customer and supplier information
- Detailed transaction amounts for fees and proceeds
- Automatic retrieval of Ebay auction fees via transaction import
- Profit/Loss reporting and sales detail reports
- Listing preview allows you to copy the listing HTML
- Generate Packing and shipping sheets
- Flexible searching
- Saved searches are available as shortcuts on the explorer panel
- Attractive user interface
- Uses Microsoft Access as the backend database allowing for custom reporting"; 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 = ''; } }