var fDesc=new Array(); fDesc[1] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues."; fDesc[2] = "surround, dynamic boost, and Hyperbass. You can also change processing modes from a group of presets and listening environment between speakers and headphones."; fDesc[3] = "can download the free demo version and play it for 60 minutes. It features nice graphics and lots of different games and puzzles."; fDesc[4] = "contracts, agreements, letters, board resolutions, plans, proposals, policies, checklists and spreadsheets, Business-in-a-Box™ simplifies and accelerates all your writing tasks. Simply fill in the blanks and you'll be ready to do business in minutes! Features: Save Time & Effort – Don't start from scratch. Simply fill-in the blanks! Save Money – Avoid lawyer's fees by using reliable do-it-yourself legal forms. Act Professionally – Improve your overall productivity and corporate image. Fast Document Search – Perform keyword searches or browse by subject. Easily Customize Templates – Use MS Word & Excel or the Default Text Editor. Auto-Fill Feature – Automatically enter your information in all relevant fields."; fDesc[5] = "Includes Softwriting handprint recognition demo. SimpleOCR is also a royalty-free developer toolkit (aka SDK or API)."; fDesc[6] = "Electronic Arts. It is the sequel to 2005's Mercenaries: Playground of Destruction. The game is set in Venezuela and presents three playable characters: Jennifer Mui, Mattias Nilsson and Chris Jacobs. All characters are going to go through the same storyline that centers around the player's choice."; fDesc[7] = ", in the Video tab, you can choose where to save your video file, which format would you like (AVI, WMV or EXE) and which codec you choose to use, which region of the screen will you capture, and configure the keys that you will use."; fDesc[8] = "stages which are called challenges, as we must prove ourselves as top chefs. In each challenge we must create different recipes in a limited time. To create a recipe you must follow some steps. In each step you must use different flavors that must fit the ones required by the judges."; fDesc[9] = "a Demo from the developer's website. On the site there is info about the program, including a 332-pages PDF manual, discussion board, knowledge base, technical support,where to buy both local and internationally, system requirements, product upgrades, etc."; fDesc[11] = "large financial institution. You will be performing businesses through them. In order to get comfortable with the program before trading for real money, Ava FX grants you a free demo with a $100,000 practice account."; fDesc[12] = "territories and raid the other castles treasures to become the King of those lands. Move your army to an adjacent territory to attack, retreat if your army is not bigger that your enemies and move in a smart way to protect your people and territory."; fDesc[13] = "watch movies from DVD, home records, various serials on your smartphone and in excellent quality and in full screen mode at that. You will need 128 MB memory card that will be enough to store a standard movie or 100 minutes of your home video."; fDesc[14] = "different countries. Your target is to pass successfully 9 hurdle traces for a given time. 3 difficulty levels. Download installation. Free demo"; fDesc[15] = "Evil, irony, humor... the occasions on which we can embody the figure of evil in a video game can be counted on the fingers of one hand, much less being in a fantasy world filled with elves, dwarves and henchmen, the real strength of an evil man of."; 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 = '...'; } }