var fDesc=new Array(); fDesc[1] = "for everyone with very few computer skills to show ideas or products in a tidy way, using text, images, sounds and transitions. It can even be connected to a projector to view the presentations on a large screen."; fDesc[2] = "is simple yet powerful: it analyzes your Windows Registry and configuration/startup files, showing you a list of \"suspicious\" results. But applying the fixes is up to you...read each item carefully before fixing anything!"; fDesc[3] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free."; fDesc[4] = "provide basic system functionality under Windows XP operating system. WARNING!: Because the computer is optimized for use with Windows Vista® operating system, some functionality will be lost under Windows XP operating system."; fDesc[5] = "sold separately. The splitter feature allows you to open up a file and split it into two or more files. The cut feature allows you to cut video out of the original file. This feature is extremely useful for when you need to cut credits or irrelevant parts out."; fDesc[6] = "levels you will unlock the secret mode where you will be able to play in other different ways. You can also create your own levels and import the music from your computer."; fDesc[7] = "first time ever were nuclear bombs available for you to use in a video game. That was what sold the game back then. Fear, I would say. The game features one of the most advanced aircraft ever created, the F-22."; fDesc[8] = "island home, Pakoombo, that will be sold by the evil Mr. Lyar. You will assist Cathy and her brothers to find a hidden treasure to save their home."; fDesc[9] = "contains three individual softwares that are also sold separately. They are iMpeg Converter, IphotoDVD, and DVDBuilder. We can purchase the full featured version or download the trial demo and evaluate the three programs package free or charge."; fDesc[10] = "different databases all together. They have opted for aerial images which can be sold for detailed features and aerial images. A great resolution is given by the images in the form of their identification. There are VFR points such as transmission towers, factories etc."; fDesc[11] = "the most common variables: commissions, stamp duty, Marginal Purchase (date purchased, date sold, annual interest rate, margin), number of units, initial price, selling price."; fDesc[12] = "brings eBay tools onto your desktop offering huge time savings and effeciency gains by linking to the eBay API."; fDesc[13] = "with simplicity, clarity, and devotion, and this enormous six volume original work has inspired preachers and scholars for over three hundred years."; fDesc[14] = "trading diary. With minimal time and effort you can keep track of which stocks you have bought and sold, along with any associated dividends."; fDesc[15] = "keyword search, or seller, and let DeepAnalysis show you (1) All the items with bids, (2) All the sellers who listed the items, with detailed statistics on the items they listed, and (3) Comprehensive statistics about all the items and sellers of the items, including total sales figures and sell-through rates for various types of auctions. Find out what items are most popular, which sold for the most, average pricing data, bidding paterns, reserve auctions analysis, Dutch auction analysis. Find out which sellers are really selling and how much they're making, see their sell-through rates, and find out their average sale price. Discover how much is sold in your favorite category, find category sell-through rates, average category sales data . . . and much more. DeepAnalysis can scan current auctions and completed auctions going back as far as 30 days. It can export reports to..."; 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 = '...'; } }