var fDesc=new Array(); fDesc[1] = "description, images, prices, condition, etc. to eBay. Search engines for finding specific items. No HTML knowledge, lists edition for adding items, reusing the lists, change the list format or get templates, add pictures, payment conditions, shipping, taxes, and upload them at once."; fDesc[2] = "DVD or video CD discs"; fDesc[3] = "will ask you to wait some minutes while it builds the search cache, by examining the content of your disks. You can save the searches and the listings of results in a file, for further reference."; fDesc[4] = "It supports all Windows operating system, from 95 to Vista. It has a friendly interface and it´s easy to use even for average users."; fDesc[5] = "efficient wish-list function, a built-in directory of Internet radio broadcasters containing thousands of listings, an updateable music database, access to dozens of music genres, multiple parallel streaming from an unlimited number of Internet radio stations and lots more."; fDesc[6] = "listings into files for further usage. The program has a very easy-to-use interface and great functionality. To print listing of any folder, just select it and click the button “Print”."; fDesc[7] = "weather, news, Ebay auctions, TV listings, shopping, exchange rates, entertainment events, and much more."; fDesc[8] = "fast, easy-to-search database that can store any number of property listings and can be shared on an internal network."; fDesc[9] = "listings to a text file. The file created can be displayed, edited and printed using other programs. The software allows the user to have control over the output format which can be either list view or tree view."; fDesc[10] = "file listing of any folder as a text file on your computer. This program has a very easy-to-use interface. Despite its limited functionality it can become an essential tool for many users."; fDesc[11] = ", or any Windows application. It's easy to filter listings by file name, and to capture the contents of subfolders."; fDesc[12] = "Excel. You can also save listings into a text file using the .txt format. The utility has a full help file."; fDesc[13] = "resources. Intuitive interface and ready-to-use templates make it easy to set up and use."; fDesc[14] = "listings. This homes are often thousands cheaper because there are seldom no any listing agents involed."; fDesc[15] = ", 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..."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }