var fDesc=new Array(); fDesc[0] = "eBay Turbo Lister is a free listing tool to help the user to create offering listings, and upload the items description, images, prices, condition, etc. to the eBay hall of auctions. Search engines for finding specific items.

The lists are created without any HTML knowledge and with a good appearence, multiple items lists, lists edition for adding items, reusing over and over again the lists, change the list format or get HTML templates for easier creations, add pictures or photos, payment conditions, shipping terms, taxes, get all the lists ready and upload them at once.

Lists can be saved for further reusing or editied for modifications.

The user interface is easy to use and allows beginners to crate their first lists for auctions, format text, remove or add items in a grid shaped window, add or remove fields from the grid presentation, etc.

The first time a user launch the application, (s)he enters the eBay User ID and password, and the program will automatically connect to the eBay database to obtain all the user information (assuming the user has already an eBay account).

For creating the first list, the application offers different templates or make your own template for further listings. Add pictures and conditions, shipping methods, prices, contact information, add items to the same list, etc.

Upload the listings to eBay and wait for contacts."; 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 = ''; } }