var fDesc=new Array(); fDesc[1] = "you on a diving trip to the colorful coral reef where you will be able to see different kinds of corals, sponges and more. You can watch the rays of the sun filtering through the water, making you feel like you were really underwater."; fDesc[2] = "helicopter equipped with laser rays, missiles, bullets, and many other special guns. Your mission will be to destroy a dangerous terrorist base, but this won't be an easy task as there are many maneuvers to make, which will require all your skills."; fDesc[3] = "better deal with mundane problems. Among the spells we find some to help in the domestic tasks, to transform garden gnomos in gardeners or decorative flamenco in attractive maids, to hypnotize another Sims or even to convert a problematic neighbor into a frog."; fDesc[4] = "clocks grow from the tree itself and every hour and half hour they sing their song. The images have high resolution, and the animation is so perfect that you will be immersed into a world of magic every time your computer is idle."; fDesc[5] = "many weapons like laser rays, bombs and other sophisticated arms. They will help you combat against malignant extraterrestrial forces across the universe."; fDesc[6] = "soon as you watch the first few seconds of it in action. You will be able to see the bottom of the ocean, at some shallow place where you can see the rays of the sun piercing through the water, creating some awesome effects."; fDesc[7] = "screensaver will take on a trip to the bottom of the ocean. You will be able to watch many different kinds of sea creatures. Fish, octopus, crabs, manta rays and even a mermaid or two."; fDesc[8] = "Matrix adepts out there. Do you like the green lines of code? That’s exactly what you are going to get. But the only difference that I found with other similar products, is that in some moments, the green lines begin to move randomly, making curves, rays and more different effects."; fDesc[9] = "center of the screen there will be some kind of sphere, radiating light around it. From this sphere, you will see how rays of light come out, changing shapes and directions."; fDesc[10] = ", Audio Burning Tool, DVD Burning Tool and MP3 Burning Tool. Each of the four programs is able to erase rewritable discs. The Basic version of this kit doesn´t have the features included in the Premium version."; fDesc[12] = "shorter and colder. The bonus bee will lend you a helping wing creatting combinations on the rainbow in beginner or expert mode."; fDesc[13] = "spheres. The more rays you catch the faster you progress. However, the game is not a music sync game as it claims to be. And this proves to be the game's downfall."; fDesc[14] = "used to watch several years ago. Do you remember the excitement of a space battle? Many different kinds of spaceship coming from everywhere, shooting colorful laser rays against each other."; fDesc[15] = "places in the world. But you will not be watching the usual landscapes and green fields. This time you will take a tour of some of the most magnificent sunsets that you will ever see."; 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 = '...'; } }