var fDesc=new Array(); fDesc[1] = "Entertainment, produced by 3D Realms and published by Gathering of Developers The development of the gameplay is through levels or stages, with cinematic sequences interruptions in which the player does not intervene and just watches the action."; fDesc[2] = "Explore 3 unique gameplay modes, with various bonuses and surprises."; fDesc[3] = "Gametop.com. You do not have to register, just download and enjoy the game. You will be able to have better weapons and an extra life if you move and shoot all the time. Of course that all the controls are in the keyboard and you shoot with the right click of the mouse."; fDesc[4] = "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[5] = "deal with several customers who arrive to take thier favourite cakes. The plot behind the game seems quite interesting at first sight: a recently graduated girl, looking for her first job, applies and gets a job as a cafe manager."; fDesc[6] = "can not use the lethal force to kill your enemies. So, you must pass unnoticed through houses full of guards. It is one of the attractions of the game, which unlike the other games of third person."; fDesc[7] = "variety of different arrangements to play, organized into what is called “levels”. With a wonderful underwater look interface and a warm music you enter into a welcoming atmosphere while playing this game, achieving its main goal: entertaining you."; fDesc[8] = "bomber. You are entrusted with a difficult mission - to eliminate all enemy raiders and land invaders."; fDesc[9] = "download, install and play. Get all the treasures before the mummies catch you. Thousands of years ago, the Pharaohs hid treasures of great value in cryptic labyrinths. It is now your duty to get them. If you do not get caught by the mummies."; fDesc[10] = "not-too-distant future, when the humanity depleted nearly all resources of the planet."; fDesc[11] = "controversial video games that have ever existed, mainly because of its extreme violence. Plot: The protagonist of the game is the murder James Earl Cash, defendant for the murder of fifteen people in Carcer City"; fDesc[12] = "about fluidity with less than 1-Gigabyte and a fast hard drive with lots of free space . It is too heavy. Boiling Point have good graphics and it is in the jungle where the graphic looks better. The sound effects are good but not excellent."; fDesc[13] = "equipped with fighting weapons and a bomber. You are entrusted with a difficult mission - to eliminate all enemy raiders and land invaders."; fDesc[14] = "takes on a world of robots protecting history"; fDesc[15] = "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."; 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 = '...'; } }