var fDesc=new Array(); fDesc[1] = "advantage of full health, ammunition and time and can also see through walls and hidden spots. User can also hack into the computer of the different gamers."; fDesc[2] = "been here for a long time now. The game is just not what it used to be. So with Undercover, they tried to go back to its origins. The game now has cut-scenes and a plot. You are an undercover agent."; fDesc[3] = "the galaxy by this. Is a game in which one can lengthen the line-up wherever you want whenever you begin a life of the universe is completely new and very large."; fDesc[4] = "Using this software, you will have access to a lot of different typing exercises that will improve your skills. The program has got a friendly interface that will guide all users on how to complete the lessons."; fDesc[5] = "acts as a camera we can use to view around at 360 degrees. We are Ash, a male trainer who can walk freely around the mini village, always followed by one of the Pokemon pets."; fDesc[6] = "custom quizzes or tests to memorize vocabulary, science knowledge, history, etc., With Teach2000 you can create simple questions like yes/no questions, and also they can be more complicated like multiple choice and multiple choice with multiple answers."; fDesc[7] = "have customers of all ages and conditions, from newbie joggers to weight lifters. Your job is to teach them how to work out and reach their goals."; fDesc[8] = "our pet and train it. Also we will be able to visit the Old City. On the whole the pack adds more than 125 new articles, some of them are the Garden, the Pets Exhibition shop window, the bathtub for pets, two species of parrots, a park for training pets, several straps for our pet..."; fDesc[9] = "according to your needs. It also features a function for creating loops and Karaoke files. The trial version is fully functional during 15 days; after that, you must purchase a license."; fDesc[10] = "mechanism called Backpropagation. Improve your IQ test score, memory and attention"; fDesc[11] = "utilize the mouse instead of the keyboard. The tutorial includes different activities' descriptions and trainings. Each activity is accompanied with a game that shows its purpose."; fDesc[12] = "children. However, this doesn't mean that you shouldn't use it, if you are older."; fDesc[13] = "program allows you to set goals and then register the actual training, so that you can compare both records later on. It produces several graphical reports and supports Timex Data Recorder devices."; fDesc[14] = "The application is very easy to use and it has got a nice and friendly graphical interface. With this Trainer, you will be able to practice your chess opening moves over and over until you learn and improve your game."; fDesc[15] = "it’s serious sport. One of the most effective ways for improving your playing level is analyzing games. Chess Vision Trainer is application that was developed for improving your playing skills."; 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 = '...'; } }