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] = "Windows API for timing by directly using the RDTSC (Read Time Stamp Counter) instruction. Applications that rely on RDTSC do not benefit from the logic in the operating system to properly account for the affect of..."; 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[5] = "changes is the ability to turn into a werewolf during game-play. The game is fun itself, but it is plagued by a lot of technical issues."; fDesc[6] = "designed to use and experiment DJ techniques without any DJ equipment. Its modern design and user interface with skin support allows the user to handle it even under the most difficult circumstances. Its wide spectrum of features allows the home user to do all DJ work without any additional hardware."; fDesc[7] = "Editor, BPM Counter, File Editor, Cross Fader, Mixer, File Info Box, CD Player and other impressive user management features, along with the latest hardware controllers."; fDesc[8] = ", 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[9] = "can execute usefully tasks, like PC shutdown or hang-up an Internet connection."; fDesc[10] = "internet connection. It counts downloaded and uploaded data and reminds you when you reach your maximum limit. It runs in background mode and starts automatically when your system starts."; fDesc[11] = "Counter 1.2 offers to use computer for dropping smoking. It is a small program with a friendly interface that can really improve your motivation."; fDesc[12] = "person. The main goal of the application is to let you record your exercise sessions and to give you lots and lots of information about them. The main window comprises a calendar and several other panels."; fDesc[13] = ", Burger King and Pizza Hut. Calorie Counter calculates your Basal Metabolic Rate (BMR) calorie requirements and BMI."; fDesc[14] = "But IPS GmbH came with a new service that allows you to track the traffic right from the desktop. And for that purpose they released a plugin that goes by the name of Google Desktop Plugin - IPS Website Counter 1.0, as the name suggests this plugin only works with Google Desktop."; 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 = '...'; } }