var fDesc=new Array(); fDesc[1] = ", secure digital card, thumb drive, pen drive, removable storage, ipod, and more."; fDesc[2] = "get mines, lasers, nuclear bombs, piranha, lightning, insulators, infectors, ball lightning, homing lasers and more!"; fDesc[3] = "shows a beautifully designed clock made out of ice, in a pond or a creek. You will be able to see the ice breaking apart, while some small fish swimming by, in the water under the ice."; fDesc[4] = "immerses the player in a fierce war between an intergalactic space colony called Halo and some stellar alien invaders known as the Covenants."; fDesc[5] = "screen saver will allow you to relax and feel as if you were taking some well-deserved vacations, or maybe living there, in a very cozy cottage next to a lake, with a view of a bridge with the water gently flowing under it."; fDesc[6] = "All you have to do to convert the available units from one into another is to choose the unit you want to convert, type a number on the program's screen and then select the output unit."; fDesc[7] = "top. Oh no, someone forgot about the tree! Hurry up and decorate the tree and light the star and perhaps there will be a gift for you too under the Christmas tree this year!"; fDesc[8] = "day and the season of the year. The designs of the bus and the lorry can be customised as required. With integral MP3 player."; fDesc[9] = "seasonal touch to your images, and even create cute Christmas cards for sending them to your family and other loved ones. Both Photo Pos Pro and the frames package can be downloaded and used for free."; fDesc[10] = "and it works just like an Astrology Encyclopedia, including all the facilities of Dasa Bhukthi analysis for all the divisional charts, which makes it very handy and useful for researchers, novices and astrology experts."; fDesc[11] = "and color. Menu allows to change lights into rays and spirals, set their position and cones. You can play mp3 music"; fDesc[12] = "will help you fight the melancholic feelings that we sometimes get in the middle of the year, remembering how happy we were during the season of Christmas and New Year. As soon as the program starts, you will see the classic Christmas tree scene, with decorations and lights."; fDesc[13] = "from the English Standard Version Bible. Daily Light allows scripture to speak for itself and this e-text presents readers with a brief group of scripture passages that speak to prominent biblical themes."; fDesc[14] = "Jack-O’Lanterns are sure to light up your holiday! Scary yet lovable pumpkins appear on your screen to celebrate as well as decorate for the greatest candy-eating day of the year."; fDesc[15] = ", probably near a mountain. You will arrive to a park, with a small plaza in the middle. Everything around you is white, covered with snow. Around the small plaza you can distinguish the shapes of the houses of the town."; 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 = '...'; } }