var fDesc=new Array(); fDesc[1] = "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[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] = "variety of keyboard layouts. The program supports novice and expert users who wish to improve on their typing skills. It is appealing to adults and children alike by applying feeback techniques to keep the user interested in taking the next lesson."; fDesc[4] = "fans of word games. Including the amazing “Boggle Blast” mode, Boggle Supreme has been packed with lots of great features such as a new computer player called Betty who will teach you the game and also challenge you!"; fDesc[5] = ", Challenge Mode, Relax Mode and Expert Story. The Story mode will tell you a story, where you receive by mail blueprints for a machine, you build it, and the result is a robot that makes burgers. You decide to run a burger shop."; fDesc[6] = "sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your dino with a treat after each trick, buy clothes and dress up your dinos, zoom in, zoom out, tilt and rotate in real 3D."; fDesc[7] = "visually appealing resume in a few minutes. The user friendly interface of the software is very helpful in building your own custom resume quickly and effortlessly."; fDesc[8] = "Teach children the Alphabet,Numbers,Count ing,Reading and Spelling using sound,pictures and video clips. Includes Story reading, Flash words and Spelling. You can also create your own Spelling words using your pictures, voice and video clips."; fDesc[9] = "unique features to help experienced typists type even faster. New features for Teachers/Schools."; fDesc[10] = "beautiful images with themes related to Allah, and at the same time listen to chants and prayers common for these people. Quran_2 Screen Saver will transport you to the Muslim world, and will share with you all their belief in Allah."; fDesc[11] = "sacred book. You will be able to enjoy watching beautiful scenes accompanied by texts both in Arabic and in English for your understanding. You will also be listening to real prayers and chants."; fDesc[12] = "House (ages 4-7), The City (ages 7-9) and the Regions of The World (ages 9-12). There are two characters, Professor Phileas and his parrot who accompany the children in their learning adventure giving instructions for all the activities."; fDesc[13] = "your puppy to sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your puppy with a treat after each trick, buy clothes and dress up your puppies, zoom in, zoom out, tilt and rotate in real 3D."; fDesc[14] = "HTML stands for \"HyperText Markup Language\", wich means that, at the beginning, this language was created easy and simple so everybody will use it on the web. The software offers the means to insert Headings, Lines, Paragraphs, Links, Lists, Images and Text presentation."; fDesc[15] = "handling money, decision making and crunching numbers. The high score board lets you compete agains friends or even yourself."; 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 = '...'; } }