var fDesc=new Array(); fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons."; fDesc[2] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies."; fDesc[3] = "Windows, Linux and OS X. The communication between peers is assisted for a third party server (a mediation server). That mediation stops when the communication is established."; fDesc[4] = "wireless guitar that you can use to play the game. The goal of the game is to play the songs that are featured on the game with your guitar. That is achieved by hitting notes when they appear on screen."; fDesc[5] = "festivals of all types, including the celebration of anniversaries and other elegant or informal events. Of course we will have a lot of variety in the paraphernalia that supposes preparing a celebration, whether in the floral subject matter, the furniture, the buffet, games..."; fDesc[6] = "the Worms franchise famous. With a lot of crazy weapons and options to blow your enemies, this is guaranteed fun. It is a no-brainier: if you have 9 dollars available, buy the game."; fDesc[7] = "basically a time management game. What set it apart from other games is its good interface, playability and unique theme. Have your pizza prepared by farm animals!"; fDesc[8] = "popular games of a land-based casino, but comfortably from home, at any moment. Party Casino features thirty nine different games, including all the classic card and board games, as well as original slot machines and more."; fDesc[9] = "four wedding planners in a TV-show, organizing luxurious weddings worldwide. The first wedding to plan is at Niagara, so you’ll be flying within the next three hours! Try this game for 60 minutes before you buy the licensed version."; fDesc[10] = "while the customers want to order some drinks, so you have to take their orders, prepare their drinks, and take the drinks to the customers before they get tired to wait. Every now and then the drinks machine gets empty, so you have to refill it."; fDesc[11] = "fan or a beginner, there is something for everyone at Party Poker. You will find ring games, where players can compete with one another in single-table tournaments, and multi-table tournaments."; fDesc[12] = "incorporated in the software package. Decoder filter is an interesting filter implemented in the application for viewing certain specific property pages, although this feature may not come into picture quite often."; fDesc[13] = "very accurate with D&D games. The dungeons are very well done and entertaining. However, this game might just appeal to D&D crowds, so try it first."; fDesc[14] = "celebrate our own party. In sum, this stuff pack presents the following additions: * It Permits to hold a party. * It Adds five new styles of music (Hawaiian, Rave, Techno, Rap and Disk). * New interactions and activities."; fDesc[15] = "guests happy. But, remember that guests are the life of any party, and if your guests aren't happy then it doesn't matter if the event was carefully planned, it will be a total disaster. That's why JoJo needs your help, to make her guests happy, so then the party will be a success."; 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 = '...'; } }