var fDesc=new Array(); fDesc[1] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use."; fDesc[2] = "The Sims 2 includes plenty of new features that enhance the gameplay even more. This new version features an enhanced neighborhood editor that lets you import custom cities from Maxis' own SimCity 4, if you have it installed."; fDesc[3] = "window. Maxthon comes with a few great facial appearance which will give a user speediness, simple ness and easy web surfing. It has extra features like; External Utility Bar, Skinning, Google Bar Support, Marked Browsing Interface, Privacy Protection etc"; fDesc[4] = "helicopters...it's the sound of whirring hard drives, hyperstimulated brains, and involuntary muscle twitches. And all due to the excitement over the release of Turok 2: Seeds of Evil for the PC. People all over the US are playing and talking about the deathmatching, the weapons, the enemies, the fear!"; fDesc[6] = "you will start relaxing with the soft light provided by lanterns hanging from the branches of the trees. Add some wierd sounds and noises to the scene, and you will be imagining your childhood fears."; fDesc[7] = "developed by TimeGate Studios (instead of Monolith Productions developers of the original F.E.A.R.). Extraction Point requires the original game to be installed and played."; fDesc[8] = "paranormal storyline from the first game, with new twists. The game's atmosphere is so good, you heart WILL stop while playing it, this is a scary and fun game."; fDesc[9] = "a strange and mysterious place in the middle of a dark forest. You will find a very weird house, maybe an abandoned mansion of some sort. Who lived there? Or who lives there now? Or maybe, what lives there?"; fDesc[10] = "first time ever were nuclear bombs available for you to use in a video game. That was what sold the game back then. Fear, I would say. The game features one of the most advanced aircraft ever created, the F-22."; fDesc[11] = "we will be able to enjoy some of the incredible features of this expansion pack of one of the best action games. This title is arriving at your computer with new weapons, new scenarios and the continuation of the plot of the first game."; fDesc[12] = "well as improve your written skills and your performance in those all important meetings. The cheapest and most comfortable way to learn communicating."; fDesc[13] = "opened for new episodes (9 up to now) by the American McGee Company based in Shanghai. We can download it for free from the Gametap platform. It is an action game for the PC after the famous Brothers Grimm's Tale."; fDesc[14] = "passwords. Quite often, it is observed that users tend to risk their personal login security by keeping a common username and password along different website just because of the fear of forgetting the numerous logins and passwords."; 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 = '...'; } }