var fDesc=new Array(); fDesc[1] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; fDesc[2] = "just in beta version. This program-client provides access to the music online shop Nokia Music Store, lets you organize, discover and download music, create playlists and then copy it to mobile device."; fDesc[3] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played."; fDesc[4] = "unlock clues needed to escape from a secret island! You’re stranded on a secret island, and there’s only one way off! Find hundreds of hidden objects underwater and on land that will help you match cards and unlock clues needed to find your way home!"; fDesc[5] = "you if you use Firefox regularly. The looks are a bit different, but what makes this browser different is the integration of several social networking and multimedia sharing services."; fDesc[6] = ", cinematic way to discover the web. This plugin actually converts your Internet Explorer window into a 3D Wall and it lets you browse a large number of pictures & videos with ease and speed."; fDesc[7] = "ancient manuscript proclaims: “Align the relics you can see, across or down in groups of three. Turn all squares to solid gold, the path to riches will soon unfold”, and that’s pretty much what you have to do in the game."; fDesc[8] = "ocean? Now you can feel that as you dive through an exhilarating coral reef scenery and find a massive clock of stone and metal sunk next to corals and algae of different colors and shapes. That is the Coral Clock 3D Screensaver!"; fDesc[9] = "interactively and directly in the source code which basic-blocks (code sequences that always execute sequentially) have been executed at least once and which have never been executed. Using this information, the testers or the developers can perform actions or run specific tests to eliminate these uncovered areas."; fDesc[10] = "Display the true drive contents by bypassing the operating system and directly reading the raw drive sectors."; fDesc[11] = "files on their computers, disks and drives, and allows them to organize them to optimize disk usage. With this program, users can find the largest files on any selected drive or folder, by folder size, average file size, or number of files."; fDesc[12] = "game and you will get: * Over 100 Mysterious Levels * 19 Relics to Discover * Two Game Modes * Beautiful Full Screen Graphics"; fDesc[13] = "more like-colored bubbles to clear them from the board before they reach the bottom. Unlock the mystery of Captain BubbleBeard in this swashbuckling adventure."; fDesc[14] = "makes Discover a great app. The iPhone cannot send and receive files from a computer over a wireless network; by default. Discover fixes that problem with ease."; fDesc[15] = "suspicious items and clues from different stages, discover how to use them in order to solve the mystery and clean your name."; 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 = '...'; } }