var fDesc=new Array(); fDesc[1] = "greatest selection of games and limits: Texas Hold'em, Omaha, 7 Card Stud. Now over 17 million players. Download PartyPoker now!"; fDesc[2] = "to negotiate business of all types, that range from museums to restaurants, including products stores and merchandising. With the new expansion new objects are included as well as styles for the decoration of places and needs of the Sims."; fDesc[3] = "to place a package and you can rotate it by right clicking. When you place a package, you have to avoid leaving “holes” (spaces of one cell) since they will count against you. You won’t be able to fill them since there are no packages of one cell."; fDesc[4] = "resolution to play this game. You can play Tik's Texas Hold 'em in three modes: Cash Game, Tournaments and Scenarios. Both Cash Game and Tournament game options are customizable, allowing you to play the way you want and even create your own custom games with rules you create."; fDesc[5] = "Huntington's shop owners find more than 1,200 unique and cleverly hidden items for their customers and earn enough cash to open a shop of your own. This \"hidden object\" game will bend your brain and dazzle your eyes."; fDesc[6] = "displays ads from our partners. It is easy to install and uninstall. It?s not spyware or malware and doesn?t come bundled with other software."; fDesc[7] = "track your bank accounts, stocks, income and expenses. Are you going to buy a vehicle or a new house? GnuCash will help you plan the investment and track loan payments. With GnuCash you can also keep track of your checkbook."; fDesc[8] = "reconciliation, journal, point of sale, edit customer, edit supplier, edit inventory items, graphs and financial rates, business intelligence center and dashboard, pastel cash manager, explore, note facility, internet and help file."; fDesc[9] = "opponent. Easier said than done. You can choose from 18 different mobiles, each one with specific advantages and weaknesses. Calculate strength, wind and angle to be a master in Gunbound."; fDesc[10] = "“rat race” where everybody who gets his university degree starts, and then all the adventure begins. By rolling the virtual dices, the player advances and falls into different situations."; fDesc[11] = "and income. Its quick and after using the software you will notice that it is really a breeze to enter new transactions and view reports. With Easy Cash Manager, you will learn how to administer your own personal finances."; fDesc[12] = "functional finance manager today. This program was developed to manage both business and personal finances. Using it you can control many accounts, credit cards, forthcoming payments, and so on."; fDesc[13] = "insight of incomings, outgoings and fund changes. Developers can utilize its miraculous formula and frame when they develop their own software."; fDesc[14] = "which is nice. However, it lacks good sounds and music which make the game seem empty somehow. It is still a good twist to match-three games."; fDesc[15] = "discount rates per series."; 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 = '...'; } }