var fDesc=new Array(); fDesc[1] = "your drives, which does not provide you with any information about used space and free space in the drives. But here is an opportunity for you to get Window Vista style icons, which not only have modern stylish look but also tell you about consumed and free space of drives."; fDesc[2] = "original release, such as: improved visual quality; getting elements from dead creatures is no longer considered a crime. It also offers several fixes and improvements to the performance of the game as well as enhancements to the development of the quests."; fDesc[3] = "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[4] = "FavIcons for all your Favorites and Bookmarks. AM- DeadLink supports Internet Explorer, Firefox and Opera."; fDesc[5] = "Kane, a convict who is on his way to death but he is suddenly saved by his former partners and current creditors, The7, and taken into the prison transportation van."; fDesc[6] = "regular engineer, being called to repair the communications array of a mining ship in a far-away system. He has also received a weird message from someone within that ship. It all looks like a routine mission."; fDesc[7] = "make a good impression after a bit. The story is rather simple. You are a sort of mafia man and are sent to prison. On one of your missions, you apparently stole some valuables that belong to the mafia and they want them back so they take your family hostage until you give them back."; fDesc[8] = "puts you in command of Kane. After the dead of his son, Kane joins a group of elite mercenaries. When a mission goes wrong and the only survivor, Kane, takes the loot, he is sentenced to death."; fDesc[9] = "Pop, an ice cream produced by Streets. In this game, you will control the hero, Paddle Pop, the lion sailor, that sails to the Skull Island to battle once more against Shadow Master and his fleet of zombie pirates."; fDesc[10] = "guiding him through solving puzzles and overcoming enemies in order to stop another character from unleashing evil on the virtual world. This game is based on the Evil Dead films."; fDesc[11] = "father, cause she sees dead people. She has real psychic powers. With them, he can help her uncle, a police inspector, to solve some murder cases. You will control inspector, who must collect the clues and avoid evil Dr. Fraud to fry Rose“s brain."; fDesc[12] = "small isolated island of Great Britain and which it is controlled by worst ruffians of the eighteenth century. Those criminals are pirates which steal ships for a living."; fDesc[13] = "incredible program has the ability to completely restore a handheld after loss, theft, synchronization errors, dead batteries, resets, errant programs or malware. completely restore a handheld after loss, theft, synchronization errors, dead batteries, resets, errant programs or malware."; fDesc[14] = ", in fact, dead and lives on in the Next Life. The Next Life 1.2 game has realistic graphics adding to the visual experience of this game. Players must collect and combine objects to help them solve the puzzles they came across during the game"; fDesc[15] = "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 = '...'; } }