var fDesc=new Array(); fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information."; fDesc[2] = ", those Konami games that were originated by the game Donkey Kong. In this game you need to go through a lot of screens, avoiding dangers and enemies, and collecting gold coins, till you finish your mission."; fDesc[3] = "the three games is to collect as much money as we can, so that the money meter reaches the highest position and we move on to the next level. Each game features three levels of difficulties: easy, normal, and hard."; fDesc[4] = "selling good and searching for fortune and fame. The key of the game is to buy low priced goods and then sell them high to accumulate money. You also can get money by collecting villainous pirates bounties."; fDesc[5] = "Granny needs to run, dig, climb, swing, float and tumble through 5 worlds and over 170 levels to rescue her cats from Dr Meow. You control the Granny by using the cursor movement keys to go up, down, left or right, and the spacebar to dig."; fDesc[6] = "enjoy this challenge in a battle against the thiefs of your treasures. Collect your treasures and ancient pieces to rest your soul and enter the after life."; fDesc[7] = "match together relics from Ancient Egypt. Blue cells will disappear when you make a match over them. You must make all blue cells disappear to advance to the next level. When an artifact appears, you must move it to the bottom of the board, making matches."; fDesc[8] = "and enables you to share your collection with other users. With DVD Profiler you can categorize your collection and can also perform powerful search for finding DVDs of your choice."; fDesc[9] = "confectionary plant as inheritance. To avoid it to be pulled down, you will have to reactivate it. To do so, you must collect the details and stock materials necessary to renovate the plant."; fDesc[10] = "find hidden things and take a golden rush collecting as much gold as you can for limited time. Be fast and don't let time beat you."; fDesc[11] = "obstacles and must not forget of collecting the prizes that will help to win the race. Another thing to have in mind is that you have to deliver the truck to the base in time."; fDesc[12] = ", lets you choose your preferred video mode. The other one, \"Start\", launches the game. Then, you start battling with your spaceship against the enemy forces. You control your ship using the mouse, your trigger is the left button."; fDesc[13] = "in Sea Trapper. Discover underwater caves of extraordinary beauty and unexpected danger."; fDesc[14] = "levels of play, Blasterball 2: Revolution is bursting at the seams with fun. Play through the entire game to find the secret \"backwards world\" to turn your game upside down with 100 more levels!"; fDesc[15] = "earth collecting as many things as they can and grow into a mammoth sized creature to save the world from a deadly demon with the head of a fish."; 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 = '...'; } }