var fDesc=new Array(); fDesc[1] = "8-ball, Cutthroat, 3-ball, Golf, 14.1 Continuous modes. He/she can choose to play some Trick Shots, too. Each time you select a mode, Backspin Billiards will display a screen with the rules for that specific variant, along with the options you can modify."; fDesc[2] = "transport passengers around a city, adjusted to a timetable on a planned route, obeying traffic rules, and taking care not to upset or injure your passengers."; fDesc[3] = "creatures and spun a web over their kingdom. You must solve 60 puzzles to break the spell and return the land to sunshine."; fDesc[4] = "challenge against yourself. When you choose to play against the computer, you´ll play an 8 ball match. You can choose how many frames and which type of room you want to play in, and your desired player name."; fDesc[5] = "amount of points possible in 20 spins. The game presents 3 modes: Classic, Mixed Matrix, and Patterns. You can change backgrounds, keep track of your scores, and control audio. Not available for Mac."; fDesc[6] = "wheel of your mouse. Volumouse is highly configurable and easy to use. With Volumouse you can change the brightness of your screen and can also add new components by creating plug-ins."; fDesc[7] = "the games available, Patience shows the proper rules and maintains statistics and high score tables. You can customize the playing environment by choosing the game layout, backgrounds, card decks, card drop, sounds and animations"; fDesc[8] = "engaging games. Download Smart Cook and Play for Free!"; fDesc[9] = "service based on built-in prioritized rules. With this you can specify a bandwidth limit for each user."; fDesc[10] = "to beat everyone in these very fun bowling matches, in which instead of pins you will be hitting your elf friends. Become as crazy as the elf in this amazing bowling game."; fDesc[11] = "new strategy, testing it and executing it for you. You can create your own exit and entry rules with the help of the strategy wizard. Around sixty functions and indicators help you make your decision more effectively."; fDesc[12] = "game will capture your entertainment and will put adrenaline in your gambling experience. The game will show you the rules of each poker game. It is very easy to play and the entertainment is full of fun."; fDesc[13] = ", address book, settings, accounts, message rules, junk email lists, signatures, and even your Internet favorites."; fDesc[14] = "powerful. It can provide more secure protection for your PC, and it is FREE. * It can block the most attacks from worm viruses and trojans. * It can block some main Adware and Spyware, the definition supports live update and you may also define it yourself. * Double filter system provides double-layer protection. * Digital signature verification can automatically trust the well-known program. * Built-in 7 big modes can apply for all kinds of requirements. * Advanced realtime monitor lets the network activities be clear. * Interactive rules creator is very easy to create the rules. * Password protection can protect the rules and configurations. * It is very easy to backup and restore the rules. * It can control the websites easily. * It supports two logfile types, ascii and binary. * It also supports live update for rule-definition, traffic graph, privacy protection, Windows Security..."; fDesc[15] = "The United States Playing Card Company."; fDesc[16] = "why. To determine whether an e-mail is spam most spam filters examine a number of different rules: such as content, length, percentage of text, use of images, number of recipients, headers, sender."; fDesc[17] = "absorbing gameplay. The game requires two players, one of which is the computer, who will take turns to play with one objective in mind: capture the biggest amount of seeds possible."; fDesc[18] = "spend a lot time playing the computer games or searching the Internet and visiting adult sites. This application will give all information about usage of your computer in the form of activity logs and screenshots."; fDesc[19] = "useful for people who start their career as boat operators. It is some kind of training program that helps in easy understanding of all required rules and internationally recognized Collision Regulations or CORLEGS."; fDesc[20] = "you create. Even though you can create auto-responders with Outlook, this program offers a few new features that make this task even easier and quicker."; 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 = '...'; } }