var fDesc=new Array(); fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons."; fDesc[2] = "When clicking on a group of 3 or more same-colored bricks, the whole group disappears, and the hole is filled first by the elements falling from above. If a column is cleared, the elements move to the center of the field."; fDesc[3] = "to this great saga. This time, the Prince of Persia, decides to go back in time, to kill a creature called Dahaka, which is like a black hole, eats everything in its way."; fDesc[4] = "capturing the audio microphones for acoustic instruments, and by input line for electric instruments. The use of this application is very simple and you will take advantage of it immediately."; fDesc[5] = "Classic, Twisted or Mixed Course (9 holes). You control the view of the green moving your mouse, this enables you to aim the swing. You can shoot pressing the left button of the mouse, the more you press the button, the harder the strike."; fDesc[6] = "settings that operate behind-the-scenes of your PC. The program checks the configuration of the MTU (Maximum Transmition Unit), RWIN (Default Receive Window), TTL (Time To Live), Black Hole Detection and Automatic Discovery parameters."; fDesc[7] = "background with a soft curved design. In this case, we are talking about an electric yellow background with waves that look like a hole or something.."; fDesc[8] = "control a central character (a Chameleon, this time) that has a gem in its mouth, and a long line of gems going around it."; fDesc[9] = "This title is inspired by the tabletop war game Warhammer Fantasy Battle. The story follows two different strands, each with its heroes and events, one follows the Empire and Elven Forces and the other the Hordes of Chaos and Skaven forces."; fDesc[10] = "Adventures in Wonderland, Alice's Magical Mahjong is an imaginative journey through a charming world. Help the quirky characters of Wonderland by matching tiles in more than 175 layouts."; fDesc[11] = "course editor. It's no different if you are an expert player or only a beginner, just go get ready to tee off and play a fun match with four animated cool characters. Go all the way through 36 holes of minigolf on designed 3-D courses."; fDesc[12] = "ball. Sometimes the color of the ball you must hit with the white ball is different than the color of the balls you will need to put into the holes."; fDesc[13] = "Sunday stroll with his lady friend Brea goes awry when a shadowy figure emerges from an open man hole and pulls Brea into the ground below."; fDesc[14] = "existence of different items that enhance the game. For example, in the first stage there is a cannon. We must lead the golf ball to a hole near the cannon, and then we can aim the cannon and shoot the ball towards the hole."; fDesc[15] = "Full featured editor lets you format documents as well as notes. Active web links and a reminder utility too!"; 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 = '...'; } }