var fDesc=new Array(); fDesc[1] = "its own priority settings: high or low priority, planned work, approved work, etc. Well, this is useful if you have a lot of folders and you need to easily recognize the folder that you are working on."; fDesc[2] = "Internet. It is password protected, so that is the first good feature of the software. Your kids will only be able to access the PC when you want. You can set the programs that your kids may use, as well as the time when they can use them."; fDesc[3] = "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[4] = "comes with a modest price and works well. The program works with all types of connection modes and makes your LAN faster."; fDesc[5] = "a local orphanage. To help Sally achieve her noble goal you must assemble teddy bears by using six parts (head, torso, arms and legs) of the same color which move in a conveyor belt."; fDesc[6] = "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[7] = "adjustments and settings are done in an easy to use interface that a child could use."; fDesc[8] = "and/or the Internet and block/filter unwanted Web or Internet contents. Limit access to internal Windows components and personal folders."; fDesc[9] = "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."; fDesc[10] = "children while they are using the Net. This program has some great features. The web menu has no address bar so kids wouldn't be able to type addresses of the sites. And only selected sites can be opened by your children."; fDesc[11] = "Diego save a lost wolf pup. Diego, his sister Alicia and cousin Dora are part of the mission team, and your child can work together with them to bring the youngest wolf pup back to the Animal Rescue Shelter."; fDesc[12] = "pictures and sounds to help your kids to learn English letters, numbers, different animals, and also help them to recognize their voices."; fDesc[13] = "recognition skills. Uses a unique mix of phonics and sight word training to quickly develop a child's recognition of the 1000 most popular words."; fDesc[14] = "makes it possible for your child to know how the picture on the right side of the window works: how awheel rotates around axes, and how photo frames look like being of different shapes, although from the same parts."; fDesc[15] = "\"safe\" ones to function - which lets your child interact with the computer. Your baby will not be able to mess with your opened documents anymore. The program has a simple interface."; 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 = '...'; } }