var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web."; fDesc[3] = "saga, in this case, you are going back to the ancient Persia. Like in the other games you will climb walls, jump, and do all kind of incredible movements."; fDesc[4] = "It’s easy to use wizard helps to get started with sample morphs. This gives an idea of the capability of the tool. The tool supports infinite number of picture morphing and one cannot find many tools in the market supporting this feature."; fDesc[5] = "seeker who travels around the world, searching for lost treasures. In this game, you have to locate the Lost Tomb of Egypt, by finding and picking objects from different scenes. You can try this game for 60 minutes before buying."; fDesc[6] = "ancient table, that are scattered around the world. Once you got all pieces, you will have the clue to find the most expensive gem: the \"World Diamond\"."; fDesc[7] = "through this beautiful world full of risky turns and joyful surprises."; fDesc[8] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers."; fDesc[9] = "take you on a journey to outer space to visit the planets of our Solar System and more. You will be able to see asteroids, meteors and other space objects with an incredible realism."; fDesc[10] = "time since it can keep our minds active, while providing hours of entertainment. This jigsaw puzzle offers about twenty good-quality pictures for you and your family to solve."; fDesc[11] = "are some programs in the market that can do this, of course, but most of them slow down everything, to the point where you cannot understand anything anymore because the speed is so slow that voice and instruments begin to sound pretty weird."; fDesc[12] = "will fill your screen with colors. When launched, the screensaver creates colorful bubbles, that start emerging from all sides of the screen, filling the desktop with iridescent colors."; fDesc[13] = "incredible space scenes that capture the mysterious beauty of outer space. Enjoy up close and personal 3D space scenes including 3D planets, comets, asteroids, stars and many other space objects."; fDesc[14] = "a world renowned collector of rare and unique items. His collection is almost complete, he just needs to find eight more items, to finish his life's work. Unfortunately he can't travel around the world as he used to do in the past. That's why he offers you to help him."; fDesc[15] = "of fun waves. Unlike any other mind or memory game it will not let you bore with Amazing Brain Train game. Its highly graphical and animated interface can impress anybody. It will help you to stick with brain drilling exercises."; 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 = '...'; } }