var fDesc=new Array(); fDesc[1] = "4 unique tanks of action-puzzle adventure!"; fDesc[2] = "way around because you will be surrounded. Go ahead and crush all the soldiers on your way. Place mines for enemies that are real close to you. If you are able enough establish a good perimeter so your enemies won´t get so close."; fDesc[3] = "by Blitwise productions, it is easy and fast to play and fun and exciting. A range of 230 weapons is available with expansion packs each adding to the excitement."; fDesc[4] = "shoot all the time to almost everything. You will control a tank and from there you will be able to reach your mission, to kill your enemies."; fDesc[5] = "more, you do not even have to register at all. You will be able to find it in the site GameTop.com.This is an action game, you will command a tank in the space and you must protect your planet from the enemies."; fDesc[6] = "with walls, using the arrow keys to move and the space bar to fire. When you beat an enemy wave, you can go to the next level."; fDesc[7] = "eliminate you and your base, and your objective is to defend the base and to survive yourself."; fDesc[8] = "site Gametop.com, you don´t have to register just choose the game and then download. This is game full of adrenaline of course that you must shoot all the time, because is the only way that you can survive and pass to the next level."; fDesc[9] = "defense of strategic stations, your objective is to survive and destroy alien combat vehicles. Download and play \"Hellbuggies\" for free!"; fDesc[10] = "explains your objective the news that your intelligence received from the other side and data of the tank that you are going to use."; fDesc[11] = "3D, while the main objective is always to win flags when playing in teams. Some of these flags provide weapons, armor or any item that could be of help during the battle. This game allwos you to start your own server, for other players to play on your server."; fDesc[12] = "time. This full version includes an intuitive level editor and an Endurance mode that provides endless possibilities by creating new unique maps every time you play."; fDesc[13] = "simple - choose weapon, set angle, power and fire! The more distant the shoot is, the more points you score."; fDesc[14] = "dull moment in this game as you shoot, hide and dodge your way to glory."; fDesc[15] = "Panzer is a game where you command a tank and try to take out your enemies. It is 3D arcade/shooter/simulat ion game which supports multiplayer mode. It uses an advanced physics simulation model and is playable over the internet."; 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 = '...'; } }