var fDesc=new Array(); fDesc[1] = "“Quick Learning” option offers you the survey of the program showing the main options. It is possible to change all icons on your PC by applying icon themes or to change icons of individual discs and folders."; fDesc[2] = "visual quality. Now, you can run, fly and chase around the movie´s world as you will play the role of Barry B. Benson who is a small bee."; fDesc[3] = "cheerful interface that is easy to navigate. An options menu allows you to choose the settings you want for sound, music and effects. The game modes are Challenge, Strategy and Classic, and you can choose your level of play when each game opens."; fDesc[4] = "single players to role play as the main character in the main, story-driven game that also includes two multiplayer challenge games for players."; fDesc[5] = "the boredom of watching the same image on your screen over and over every day. It will allow you to display your favorite images as wallpaper, and you can configure the amount of time it will be displayed and then changed for the next one."; fDesc[7] = "shorter and colder. The bonus bee will lend you a helping wing creatting combinations on the rainbow in beginner or expert mode."; fDesc[8] = "drop the jellies that the bees will deposit in the right position of the hive by matching groups of three or more same colored honey jellies. Then, the jellies will be dropped in the honey meter."; fDesc[9] = "into the bubble wand, left click to blow a bubble."; fDesc[10] = "important, it permits your creativity work on the computer. How about inventing your own comic strips? There are more than 300 drawings containing characters, sceneries, balloons, objects and much more. Besides doing your own screenplay, you can print your story in black and white to color it later and create your magazine. It"; fDesc[11] = "Ladders and two car variations plus train, horse, sleigh and miner games. Up to four people can play. Sound effects. Help file."; fDesc[12] = "Multimedia features include high quality sound and a built-in recorder so linking sounds to words in the spelling dictionary is easy."; fDesc[13] = "model, and test colors before you use it. It is a tool for both designer and web developer."; fDesc[14] = "You'll always have your favorite Web data on hand and up-to-date in a customisable dashboard."; fDesc[15] = "student progresses. The student then listens to the word and spells it. Unlike other Spelling programs YOU control what words the student learns to spell. For any age student. Do you have a School Spelling bee coming up? Keep track of the students progress with the log file. Progress for the current list can be reviewed at any time."; 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 = '...'; } }