var fDesc=new Array(); fDesc[1] = "Transform your two monitors into one big desktop and tidy all your staff. It’s very easy to use and yet a very complete and tool to help you save money and complex tasks."; fDesc[2] = "firewall, and it doesn't have any trouble working with them. ThreatFire is an easy to use and free tool, that will help you to improve your PC security tremendously."; fDesc[3] = "the most of your Internet connection’s speed by adjusting your Internet parameters to the most convenient settings. You can either let the program make an automatic adjustment or, if you are an experienced user, you can make manual settings to optimize your Internet connection."; fDesc[4] = "While installing, we can choose to install any or all of the following components: script interpreter, standard scripts, example scripts, user's manual, and screensaver. We can also set this program to perform daily automatic optimizations."; fDesc[5] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects."; fDesc[6] = "(accepts MP3, WMA and M4A formats); any kind of data (docs, images, etc) and will let you backup your HD according pre-selected categories."; fDesc[7] = "this application. Many special effects, panorama and screensaver creation, rotate, flip, scale, etc. will fit most of one's picture editing needs. Perspective effects, object handling and collages, screenshots creation, picture cropping, etc."; fDesc[8] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser."; fDesc[9] = "backs up data. The program has a file manager that allows you to access the files stored in your phone. You can also copy music files and other files to the phone."; fDesc[10] = "effects to them, thus beating the limitations of electronic devices. This is achieved by fusing multiple exposures of the picture into one, resulting in a beautiful picture."; fDesc[11] = "to design or write code for HTML, SQL, Java, JavaScript, XML, Perl, C++, Python, CSS, and others web programming languages. The applications is designed with a very intuitive easy to use interface."; fDesc[12] = "of amazing and easy to use tools that will help to maintain your PC totally optimized, and as a result, you will get a better PC's performance."; fDesc[13] = "software we can buy and/or evaluate for free for a 30-day period. The program provides protection against virus and spyware, this protection can be selected to high, normal, off, custom, or performance-optimized levels. It also offers real-time scanning, scheduled scanning, e-mail scanning,etc."; fDesc[14] = "Scrabble is maybe the most famous words game ever made, and it's back in this new interactive edtition. In this game every word counts. No matter if your are a beginner or an expert, by using this game you have the chance to sharpen your Scrabble skills for sure."; fDesc[15] = "performance. Fortunately Large Software released PC Tune-Up 2.0 which is a multitool application that helps us deal with system crashing and freezing. This software is intended for beginners as well as for experts."; fDesc[16] = "maintain our drivers in perfect conditions. We can use this program to update and make a backup of our drivers, thus preventing their loss in case of problems with the computer, or the driver itself. We can install/remove a specific driver, install a new hardware device, restore drivers, etc."; fDesc[17] = "sites. Mx-Fx 1.0 is easier to use than Adobe Flash; the trial version didn’t allow creating all the Flash effects that the software can make. The Mx-Fx 1.0 GUI (Graphic User Interface) is very friendly to use and you can start to create Flash effects immediately."; fDesc[18] = "webpages in only a few minutes and without any prior DHTML or Javascript knowledge. It features a nice and intuitive user interface with only one window with different tabs and allows you to preview the menu as you build it."; fDesc[19] = "connect to different filesharing networks like Fasttrack, Gnutella, OpenFT and Ares."; fDesc[20] = "options like firewall settings, user/group controls, statistics, bandwidth control, ratio, concurrent connections, remote control and others. The server can be run as a service (for NT) and comes with a full detailed help manual."; 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 = '...'; } }