var fDesc=new Array(); fDesc[0] = "eStoreComplete provides you the most complete tool for managing eBay business! You can fully manage your eBay listings, orders, messages (eBay alerts, user message, feedback, dispute, etc), and your eBay Store web pages and pictures using the eStoreComplete program. The program can even connect to Paypal to retrieve your eBay order payment information automatically!

eStoreComplete manages your eBay business in your local machine with much faster, more interactive and user friendly interface. You will have all of your business data in your local database all the time, never need to depend on others to make your data available or keep them safe.

eStoreComplete supports multiple eBay accounts; it also allows you to create employee accounts, assign permissions to the accounts and check account activities. You can install the eStoreComplete program over multiple machines and share the database over network so that your employees can work parallely.

With eStoreComplete, you can create listings locally and then submit in batch mode. eStoreComplete first verifies your listings locally; then you can verify again from eBay and check fees before you list to eBay. eStoreComplete also includes the free items showcase for you to include in your item description, which can present all of your eBay listings in a slide show format and cross sell your eBay listings."; 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 = ''; } }