var fDesc=new Array(); fDesc[2] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!"; fDesc[4] = "all know: \"A long, long time ago, in a galaxy far away...\" That phrase alone gives me the goose bumps. The whole premise of the game is to fight a Chicken Invasion. Humanity has been killing chicken right and left for thousands of years."; fDesc[5] = "a team of worms and to fight against the other team. 3D graphics. Good sounds. Really fun. You can compete agains the pc or other player."; fDesc[6] = "following issues: *Memory leaks fixed. *Corrupted skins will no longer crash the game. * Speed up *Load times have been improved for all systems."; fDesc[7] = "background of exquisite culinary images and sweet music. Cerebrate and use your wit's to go through all the game levels."; fDesc[8] = "characters are submerged in a futuristic sci-fi environment, although the objective remains the same: kill everything you find in your way."; fDesc[9] = "takes on a world of robots protecting history"; fDesc[10] = "fun and challenging stages you must finish to arrive to end of the game. Features awesome great graphics and music and amazing cool special effects sure to appeal to everyone in the family."; fDesc[11] = "keep you company for hours and hours on end. Be sure to have enough free time ahead before starting because you won't be able to leave your computer..."; fDesc[12] = "classic arcade playability with latest technologies to offer the most action-packed block game remake!"; fDesc[13] = "square and you get the points, but be careful not to give away too many squares to your opponent."; fDesc[14] = "But you have to stay on your toes to avoid the Spike Ball looking to crash the party! Tons of game features keep the action moving at a nonstop pace! In exchange for free access to games, users are shown 2-3 Websites while browsing online. Zango may collect anonymous data about sites visited, but no personally identifiable information is collected. Zango is easily uninstalled via the Add/Remove Program on your PC."; fDesc[15] = "jack. It has many merits and you can convince of it by yourselves. Download Free Black Jack Journey and Play for Free!"; 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 = '...'; } }