var fDesc=new Array(); fDesc[1] = "that is set in a teamplay, you can choose to be a terrorist or a counter-terrorist. Warning: this great game is very addictive! You’ll download it in a few minutes and you’ll be playing it in less!"; fDesc[2] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines."; fDesc[3] = "graphix and physics delivering a new experience for the long time Counterstrike fans. Began as an experiment, now is an experimented success. People from all around the world play it online via STEAM."; fDesc[4] = "horror masterpiece game can be also classified as a co-operative, survival horror action game, it is based on the same Source graphics engine of Counter-Strike and it is to be run on Windows operative system based PCs."; fDesc[6] = ", but with an MMO element. You can create and customize your own special forces operative and buy equipment so you can use it. The game also features experience points and ranks. These elements make Soldier Front an interesting choice for FPS fans."; fDesc[7] = ", retouched maps , which adds two new models and a single player mode. Counter-Strike is a tactical shooter game that confronts terrorists versus counter-terrorists in round-based gameplay."; fDesc[8] = "the First Episode. The second part is bundled in a game that is called The Orange Box. The graphics of this game were so spectacular back then that it was hard for me to run it. They look OK now."; fDesc[9] = "configuration editor for Counter Strike, since version one. It provides a means to graphically create custom buy scripts and edit system configuration settings, and you don’t have to know about scripting but to people who know it gives them the ability to quickly churn out custom scripts"; fDesc[10] = "the Source engine and its artificial intelligence technology in its version 2. Left 4 Dead is a mixture of homage to the genre of George A. Romero par excellence and subjective shooter for four players cooperatively."; 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 = '...'; } }