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] = "modification of XP system files in order to make it look like Windows Vista. Mentioned in multiple magazines, Vista Inspirat is one of the best ways to change quickly and easily icons, explorer configuration and others."; fDesc[3] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1."; fDesc[4] = "of the upcoming Windows 7 OS. Users may choose from 6 different color themes (main colors: blue, gold, dark grey). Themes really look great and make your old desktop look fresh and modern."; fDesc[5] = ", resolution changes, cropping the video very easily. AVI ReComp shows every detail of the AVI file you import for re compressing like, video duration, size, bit rate, resolution, frames, fps, audio type, audio channels (mono or stereo), audio bit rate and audio size."; fDesc[6] = "a few seconds. With this amazing program you will be able to listen to the extracted audio with your mp3 player without any additional conversion or modification whenever and wherever you want."; fDesc[7] = "enables to download sources and modify them as you want. It features an improved user-friendly interface with extra features, multiple customization options and some more."; fDesc[8] = "of several registry keys. You can explore the tweak database, select and apply tweaks, save them in profiles, perform undo operations and more."; fDesc[9] = "activity to check if a web pages contains spyware. ActiveX Guard, Process Guard, Scheduled scans, etc. are the features that are available in all anti-spyware and are present in this software too."; fDesc[10] = "information to understand how much space the files and directories consume on your hard disk drives, and it helps to find obsolete files and folders. JDsikReport requires Java 5 or later. JDiskReport works on Windows 2000/XP/Vista, Solaris, Linux and Mac OS X platforms."; fDesc[11] = "every file present on the current drive with its last modification’s date and time, size of the file, attributes like hidden or read only or write only, etc. Not only that, the sorting of the files can be done by date created, modified or by size, name, etc."; fDesc[12] = "(a modification of the Quake 2 GPL engine), and aimed on the competitive scene, or the e-sports community. The base gameplay is focussed around the art of movement, meaning moving, speed and tricks play a big part in the gameplay."; fDesc[13] = "software which lets you control some functions of your computer so you could be able to manage and restrict the use of the internet in your home computer."; fDesc[14] = "want to protect these documents so that nobody can modify these documents. For Example: Publishers of books wants to distribute their books in digital form as a soft copy but they normally use PDF file format."; fDesc[15] = "are in the facility at the same time of the incidents of Half-Life. The modification includes very challenging and smart levels, as well as new weapons and items. Visitors is a great modification that anyone with HL should check out."; 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 = '...'; } }