var fDesc=new Array(); fDesc[1] = "will be able to select among cats, dogs, birds, tropical fish and hamsters. But there are not only animals in this expansion: it also brings new objects as houses for dog, cages for parrots, pictures and more."; fDesc[2] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity."; fDesc[3] = "individually and directly. The game consists of creating Sims characters and building them a life, to satisfy their aspirations, to comply their dreams, etc."; fDesc[4] = "with their friends. You can also have your seems wearing the latest teen fashions including track suits, designer jeans, and yoga outfits. In addition, The Sims 2 Teen Style Stuff is the first stuff pack to feature a The Sims contest winner!"; fDesc[5] = "educational environment. Filtering of websites is based on a while list that can be downloaded or defined by the child carer. Filtering of email messages is based on a list of trusted email senders, also defined by the child carer."; fDesc[6] = "fun option to “virtually” be there. It's a city adventure game in which you’ll be going around this beautiful city. It basically consists on looking and picking items from different locations, following a list provided by the game."; fDesc[7] = "of some words. The two modes of the program – the teaching words mode and the spelling mode – allow children to see images depicting words, to listen to pronunciation and to learn spelling, so both audio and visual perception is engaged simultaneously."; fDesc[8] = "icons show children the graphical actions they are representing. The application includes normal drawing commands as lines, circles, etc. and many different ways of drawing, so children learn how to use it by playing around with all the pictures and buttons."; fDesc[9] = "explore with the help of maps and teach the children how to perform different tasks while you buy different technologies in order to help them."; fDesc[10] = "in real problems with your wife. Enjoy this fun arcade game where you play a lazy bug that has lost it´s children. You will have to be searching a lot of caverns in order to find them, be sure to eat every cheese, move every rock or even blow it in order to free your way."; fDesc[11] = "the program we can find one Menu Bar, one toolbar, one window and a panel that shows six buttons they are Preview, rendering or delete the keys. With the Menu Toolbar we can create, open, import, export and save."; fDesc[12] = "having fun. There are multiple activities aimed at developing and training different skills and abilities: visual memory, mouse, keyboard, computing, listening comprehension, letters of the alphabet, numbers, direction, speed, etc."; fDesc[13] = "school and learn to write properly. This software can make the process of learning to spell a lot more fun and dynamic, something that children will appreciate."; fDesc[14] = "to reach the end of the stages. To do this you must drive Stinky and loof through the 3D alleys and move boxes, dodge fireballs and much more to reach the goal."; fDesc[15] = "is a software programmer that embarked on a unique project: to develop a web browser specially designed to autistic children, like his grandson Zachary, to who has dedicated this noble creation. There is where ZAC Browser is born."; 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 = '...'; } }