var fDesc=new Array(); fDesc[1] = "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[2] = "than enjoy the comforts of modern life. And he gets to do plenty of both in his thrilling debut adventure! He also encounters a lot of what he'd rather do without: dangerous creatures, deadly obstacles and treacherous traps!You'll need every one of Gordon's nine lives as you help him run and jump his way to fortune and glory, explore exotic game worlds and overcome a cunning nemesis. You can also build your own dream island and play a variety of bonus stages as you take the role of Alex Gordon -- a cat with a hero's heart and adventure flowing through his veins!"; fDesc[3] = ", credentials picture. dulcet chime sound playing when the flowBubbles run. you can position pictures into bubbles"; fDesc[4] = "forest. Everything around you is covered with different shades of green. Rocks with moss, trees with leaves and hanging vanes, and more. Then, in front of you, you find a beautiful cascade, flowing through the rocks and vegetation."; fDesc[5] = "erupting, complete with lava falling down its sides and flowing to the bottom, as well as rocks flying out with the explosion. You will even feel the earthquakes provoked by the eruptions!"; fDesc[6] = "simply need to load a torrent into the interface. The program does not upload any data at all, though. It just cheats the system into believing that an active connection is made and that data is flowing through it."; fDesc[7] = "botanical garden on a beautiful Spring day. Admire thousands of blooming tulips and daffodils while hundreds flocking butterflies dance across the screen."; fDesc[8] = "stunning 3D visualizations. On the software front, it uses Microsoft's Direct3D to produce flowing images in reaction to music. The visualizations are very well synchronized with the beats. There are around 100+ presets that come pre installed with this plugin."; fDesc[9] = "places you have never seen before. Places where the magic of spring can be noticed instantly. You will be able to see waterfalls, gently flowing streams, and many other scenes depicting this gorgeous season."; fDesc[10] = "Matrix\" start flowing down your screen. If you are a real fan of \"The Matrix\", you will surely enjoy Matrix Trilogy Screensaver. You can get ready to decipher those numbers and symbols. Who knows, you might discover something that everybody has missed."; fDesc[11] = "Cascade Screensaver. Download free Cascade Screensaver and enjoy it!"; fDesc[12] = "pipe sizes. It will display the respective ratio, or orifice diameter to pipe diameter, for a given set of input variables. The calculated values for the beta ratio are approximate, typically within 2% - 5% for gases and steam, and 1% for liquids."; fDesc[13] = "river starts flowing through a snow-covered forest with beautiful trees that will soon get rid of their white cover. You can feel the peace that surrounds the scene. It seems like Nature itself is celebrating the end of the cold season and the beginning of the warm days."; fDesc[14] = "will be in charge of constructing an oleo duct to transport oil safely to its destination with pipes of different shapes. The object of the game is to select the pipes that appear on a window and set them on the board in order to form the longest pipe you can make."; fDesc[15] = "animated lava can be seven different colors."; 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 = '...'; } }