var fDesc=new Array(); fDesc[1] = "Entertainment. In 2001, this game became one of the most popular on-line games through, inter alia, free servers that Blizzard offers, forming the network Battle.net."; fDesc[2] = "The environment is the imaginary city of Lost Heaven, but clearly inspired in the aspect of a large United States cities in those years, as New York or Chicago."; fDesc[3] = "with the creativity of the developers.You will discover a world full of fantastic creatures and magic as the pure Japanese style."; fDesc[4] = ", 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[5] = "to 28 different weapons to choose from, travelling from the sunny South to the frozen North across the whole country, and on a safari in Africa. We can play online against others members in any tournament already created or we can create our own for them to join in."; fDesc[6] = "RuneScape players because it gathers and brings together all RuneScape related resources. This is incredibly convenient for RuneScape players since they’ll see significantly simplified their gaming activities."; fDesc[7] = "need your help to elude zoo keepers by using their 'cool' gadgets to continue through 8 different zoo zones. This kind of fun is all-year-round for everyone in the clan."; fDesc[8] = "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[9] = "play, it just includes some ads during the game, but nothing too annoying. It is solid and it has a great theme."; fDesc[10] = "of matching. The game contains over 70 levels and 3 game modes! Try beating the clock or simply play to relax. Meet the happy bunny clan with it's peculiar family members and collect them all in your photo album."; fDesc[11] = "Wolf clan lived in a remote place where he lived a wild existence, in harmony with nature and under the designs of the shamans, who were the mediators of the clan with the nature."; fDesc[15] = "and the Lady Bugs, but not long ago the Bugdom was overthrown by the clan of the Fire Ants."; 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 = '...'; } }