var fDesc=new Array(); fDesc[1] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character."; fDesc[2] = "easy and friendly with many features included to develop all your ideas and projects clearly in order or simply to order a brainstorm session. Freemind works in almost every platform that runs Java."; fDesc[3] = "speakers or ear phone. It actually generates different sound waves with different frequencies, wavelength, pitch and intensity, and when you listen these sound waves as a sound by using ear phone for some time then your brain will be stimulated."; fDesc[4] = "suitable for all ages, through configuration of the number of games, difficulty levels and parametrization. The program can be installed in 8 different languages."; fDesc[5] = "develop stress management skills and develop creativity. By tracking your brain capacity over time, Brain Challenge will help you identify your mental strengths and weaknesses and help you become stronger overall. Try this game for 30 minutes before buying."; fDesc[6] = "popular series. The goal is simple - remove all of the colored blocks in the fewest possible moves. Solving each puzzle, however, will require all of your mental might as each puzzle presents a uniquely clever challenge."; fDesc[7] = "performing two or more activities at the same time. Brain Workshop is based on a mental exercise called Dual N-Back, which has been scientifically tested and proved as having a real impact on short term memory and even on fluid intelligence."; fDesc[8] = "for all age groups. In the refined online league system you can match yourself with the rest of the world. Have fun - just be quicker!"; fDesc[9] = "division or fractions for an exercise."; fDesc[10] = "your mental capacity. It includes amazing card games, challenging puzzle games, memory and number games, among others, that will help you enhance problem solving skills while at the same time providing fun and entertainment."; fDesc[11] = "works out two of these skills, for double the mental muscle building. There are 15 different Brain Builder games so you won’t get bored, that's for sure. Try this game for 60 minutes before you buy the licensed version."; fDesc[12] = "This application features a unique method based in mental calculation that improve learner's capabilities to solve any type of Math problems at ease, without the need of calculators or pen and paper. This program is suitable for children and adults alike."; fDesc[13] = "From your input of symptoms, triggers and activities, it charts changes over time that highlight cause and effect relationships."; fDesc[14] = ", concentration, and logical thinking. Brain Workout is the perfect game for those looking to improve their mental capacity, and tone down the natural effects of mind aging."; fDesc[15] = "stands for ?Diagnostic and Statistical Manual of Mental Disorders? and is published by the American Psychiatric Assoc."; 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 = '...'; } }