var fDesc=new Array(); fDesc[1] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[2] = "your hamster fall down in a wrong way, or you can break his ball and loose time. Reach the goal before the time is up and enjoy each new level of this game."; fDesc[3] = "It is developed and published by TikGames, LLC. In this amazing and interactive game you will find that the original rules of this popular board game have been respected."; fDesc[4] = "training in which the player is going to be explained the idea of the game. When starting the real game the player will not have a rest and will have to pay attention all the time."; fDesc[5] = "approach to 3D modeling. Complex models can be constructed from simple 3D primitives, or created using 3D Canvas' Object Building Tools. Modeling tools are provided to deform, sculpt, and paint 3D objects. Creating an animated scene is as simple as positioning the objects within your scene for each point in time in your animation. 3D Canvas will ensure that the resulting animation runs smoothly. Your animation can be stepped through a frame at a time, viewed in real-time, or recorded to a Video (AVI) file so that you can distribute your creation. Tool roll-up groups allow you to customize the 3D Canvas interface so that only those items you use most frequently are visible. And if you need access to a less frequently used feature, the tool roll-up is always one click away. The standard version of 3D Canvas is a fully functional product provided as freeware. Upgrades are available for..."; fDesc[6] = "showed into the Windows Taskbar. Just place your mouse over a button, and most of times (not always) you will get a thumbnail of the application. Cool!"; fDesc[7] = "much fun! There are three ways to play: solitaire, vs. the computer and with friends. You could also choose Triple Yahtzee, where you have three chances to improve your scores."; fDesc[8] = "behavior. You can fly fish in multiple destinations, in search of different types of fish, with different flies. You can practice all the necessary techniques: overhead casting, roll casting, mending, dry and nymph fishing, and other fly fishing techniques."; fDesc[9] = "computer. There are two teams, one of them with white pieces, the other one with black pieces. White pieces play first. By turns, you must roll the dice pressing the \"Roll\" button. Then you must select the piece to move and the target point."; fDesc[10] = "the next level, while avoiding or killing funny enemies. The game includes more than 100 levels in 5 different locations, which become more and more challenging as players advance through the game."; fDesc[11] = "games: 5-dice game, 6-dice game, zarkle game, and team game. The rules for all of them are pretty simple: the players take turn rolling dice, then they should select at least one scoring dice: a 1 or a 5, three pairs, three of a kind, or a six-dice straight give you points."; fDesc[12] = "calculator does not have a lot of built-in math or economic functions. To use this program you need .NET Framework 2.0 installed on your computer."; fDesc[13] = "categories on a game board with different monetary values on them and you have to choose one and answer a question related to music. If you answer correctly, you win the money."; fDesc[14] = "dragon. Be sure to break all the obstacles on your way and finally crush the cage that holds as prisoner each dragon at the different levels of the game."; fDesc[15] = "window's title bar, so that users can roll any window up/down with a single mouse click. Once installed, the program sits in your system tray and allows you to control everything from there, you can deactivate the program temporarily, if you want."; 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 = '...'; } }