var fDesc=new Array(); fDesc[1] = "Opera etc, but the new release by Mozilla, \" The Cometbird\", pushes the limits of web browsing. Cometbird offers in-built download manager. Cometbird enables the user to download videos from Youtube or any video, audio without using any extra tool."; fDesc[2] = "increasingly popular in the MP3 download market. Amazon is perhaps the most popular online retailer of the world, and now they are looking into getting a share of users from services like iTunes."; fDesc[3] = "Entertainment. In 2001, this game became one of the most popular on-line games through, inter alia, free servers that Blizzard offers, forming the network Battle.net."; fDesc[4] = "features are customizable tag output as well as an extremely detailed information input for specific or grouped music files. TagScanner´s stronger feature is the web based tagging tool."; fDesc[5] = "games like Zuma or Luxor. The launched ball must have the same color of at least two other adjacent balls. Then, the whole group will disappear. You have to eliminate every ball in the chain before it reaches the central skull, or you´ll lose a life."; fDesc[6] = "into the jungle!"; fDesc[7] = "video devices. This free player allows you to: Download & watch DVD-quality videos Re-download your previously purchased Unbox videos Transfer your Unbox videos to a portable device"; fDesc[8] = "and music. The application not only lets you add a limitless number of items, but it also lets you browse them with a virtual shelf."; fDesc[9] = "Single-Layer Mode) or 8.5 GB(DVD9 in the Double-Layer Mode) and supports all dvd writer and media. Amazon DVD Shrinker will handle all DVD contents like Menus, Audio tracks, language, subtitles and etc.Amazon DVD Shrinker uses an internal decryptlayer, and it can copy and shrink the protected commercial Video DVD for private use. Amazon DVD Shrinker also includes a built in Video DVD burner, so you can really make any copy of discs for your favorite DVD Movies."; fDesc[10] = "track of your movies, books, or CDs. It offers you the same level of granularity of some professional catalogs, while leaving out the jargon of the library world. Besides, you can load your own records with data taken directly from Amazon’s huge database."; fDesc[11] = "Hidden Expedition game, and this task will take you to wonderful places across the globe including New York City, Casablanca, Esmeraldas, and of course the Amazon rainforest, among many others."; fDesc[12] = "distribution system much like Valve's Steam. However, many companies work hand in hand with Amazon to release their content on Amazon Software."; fDesc[13] = "store and retrieve any amount of data, at any time, from anywhere on the web."; fDesc[14] = "categories that help you find exactly what you are looking for more quickly. You can also type the product that you want and the program shows all the things available that match your keyword."; fDesc[15] = "product information from all Amazon Stores (US, UK, Germany, France, Canada and Japan). You can search your products based on categories just as you do on the actual Amazon store."; 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 = '...'; } }