var fDesc=new Array(); fDesc[1] = "You control the character with the cursor keys (to move it to the right or left) and you jump with the spacebar. You must remember that the steps are covered with ice, so they are very slippery. Be careful when you jump, without falling."; fDesc[3] = "robberies. Law enforcement bodies are no longer able to curb well-armed gangs. A special task force squad has been called to interfere."; fDesc[4] = "restoring the long lost gifts of Amon-Ra, the King of Gods."; fDesc[5] = "The base is attacked by the air forces of the enemy. The enemy troops are landed periodically."; fDesc[6] = "cartoon-like graphics, several dozens of bonuses, weapons and treasures, a lots of levels and levelpacks."; fDesc[7] = "is the net that is following you, if you get closer, you're trapped. Besides the net, there are many other obstacles on you"; fDesc[8] = "goods. I you love action and persecution, Mad Dogs on the Road will give the right option to challenge your ability and fun. This game is a free download game and a very simple game to play."; fDesc[9] = "all dark crystals containing the power of orks. Gnomzy is an entertaining and fairy-tale game."; fDesc[10] = "police catch you or you will go to jail and the game will be over. Enjoy this fun game and run fast to get control of all the territory. Collect guns and items to help you in your challenge."; fDesc[11] = ", and we must guide them to the correctly colored houses. In addition to this we must avoid Evil Zoogs, as they will trap iggles by touching them. We can use the boost ability to move faster, but be careful while using it, as iggles will get tired easily."; fDesc[12] = "time since it can keep our minds active, while providing hours of entertainment. This jigsaw puzzle offers about twenty good-quality pictures for you and your family to solve."; fDesc[14] = "underwater monster gives no rest to people. You and your submarine are the stronghold for the whole humankind. Go ahead, brave captain!"; fDesc[15] = "danger makes the game more captivating. Join your counterparts from all over the world!"; 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 = '...'; } }