var fDesc=new Array(); fDesc[1] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[2] = "developers, including Atari, Popcap and WildTangent Studios. WildCoins are a payment system you can use to play WildGames. They work like quarters in an arcade."; 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] = "email large attachments, IM a folder, or publish your downloadable videos to the Web? Maybe you'd just like to watch full-screen HD Internet TV. Meet Pando."; fDesc[5] = "spreadsheet application; Presentations; the Visual Intelligence data analysis software; WordPerfect Lightning, a Web-connected note-taking app; and WordPerfect Mail for managing e-mail."; fDesc[6] = "for an immersive viewing experience. COOL 360's intuitive interface and easy-to-use wizard deliver great-looking panoramas fast while advanced warping, blending and alignment tools ensure excellent results."; fDesc[7] = "converted into an electronic file). eBooks are a safe way to share, transport or even sell data that is copyrighted or is in need of a DRM (Digital Rights Management) encryption code. Mobipocket is a good program for anyone wishing to save personal writings in a safe environment."; fDesc[8] = "Engine installs into your system and your installed web browsers. It verifies the websites that you visit and subtly tells you whether they have been verified by Comodo and deemed safe for you to visit. The application does so in a rather unorthodox fashion."; fDesc[9] = "graphics. This one is different. In Stand O Food 2 the user must think fast to get the correct hamburgers that customers demand."; fDesc[10] = "Disc and many other recordable items supported by the computer in use. The idea behind the software is to allow consumers the ability to save their data onto a disc that may be used with an external form of entertainment"; fDesc[11] = "they have a wonderful product for gaming lovers. Board Games software by Cosmi has 14 various interesting board games in one. Board Games has Chess, Checkers, Backgammon Deluxe, Bomblastic, Monte Carlo Patience etc."; fDesc[15] = "available via digital distribution, both on and off the desktop. Radio Free Virgin's state-of-the-art, CD-quality streaming audio combines a proprietary software application and innovative, genre-rich, original music channels programmed by well-known artists, celebrities, musicologists and DJs from around the world."; 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 = '...'; } }