var fDesc=new Array(); fDesc[1] = "It takes you to the wonderful world of Egyptian pyramids, to search for uncovered priceless treasures. In spite of being a classic brick-breaking game, it turns out to be not repetitive or too easy as other games of this type may be."; fDesc[2] = "access your Personal Photo Gallery, keep an eye on your appointments, keep track of your Music Library, write down notes as well as having access to Breaking News, Instant Web Searches and Weather Information. There are lots of other things to add."; fDesc[3] = "tempo-matching technology is second-to-none, and its straightforward pick, paint, and play functionality has helped make ACID Pro software the favorite loop-based music creation tool for millions of users worldwide. Now reformulated to add multitrack recording and full MIDI sequencing to its superior looping functionality, ACID Pro 6 software delivers a new formula for ground-breaking music creation: loops + multitrack + MIDI. Together, these key components add up to a full-featured professional music workstation unlike any other."; fDesc[4] = "Royal Palace, the last citadel of evil in this magic land. Get ready to complete 82 different levels to bring back former splendor of the castle"; fDesc[5] = "family can enjoy. Hand-crafted by an old pro, Super DX-Ball is the quintessential brick-breaking game that you've been searching for."; fDesc[6] = "to calculate every aspect of your subnet configuration just in a few minutes. This incredible application generates a color-coded bit map, breaking down the network, subnet, and host portion."; fDesc[7] = "hours of fun. The game features original 3D graphics which are good but not impressive. As in any brick breaking game, your goal is to break all the bricks using a paddle and a ball."; fDesc[8] = "action puzzle which takes the collapse genre and improves it by adding explosive power-ups."; fDesc[9] = "Treasure Pack is a fun collection of 'free' boards for owners of Super DX-Ball Deluxe. And even if you can't find it, there's plenty of vivid and exciting levels to enjoy. Have fun!"; fDesc[10] = "story behind it. Captain Livsey´s beloved pet, the mechanical cat, has been kidnapped by the Robots and taken to Mars. Your mission will be to help the Captain save his cat."; fDesc[11] = "tray bar, and will pop-up when a breaking new occurs, showing you a brief text and a link for further reading. You can´t configure the type of news you´re interested in, you will receive alerts for those news considered \"Breaking News\" by CNN."; fDesc[13] = "Kansas on WIBW 13's Channel online but you can be alerted instantly about severe weather by signing up and downloading the SkyWatch13 Desktop Alert which will provide you with access to Local and National radar and late breaking news alerts from the WIBN Newsroom."; fDesc[14] = "can be transferred on disks or piece by piece across the Internet, and then put back together at their destination."; fDesc[15] = "Service, and alert you instantly when it receives a weather warning, right on your desktop. The program has a neat little interface, and when minimized, it sits quietly in your taskbar displaying the current temperature of a location of your choice."; 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 = '...'; } }