var fDesc=new Array(); fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[2] = "The present limit is 20 folders with 20,000 files each and no more than 4 GB in total. Very useful to avoid the hassle of transporting files in a USB drive."; fDesc[3] = "everything Nero. The Nero Burning suite comes with many applications that range from CD/DVD burners, CD/DVD copying, drive speed analysis, image burning, and so one."; fDesc[4] = "PC or server all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer!"; fDesc[5] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor."; fDesc[6] = "hardwares. Generally, the blurtooth devices come with a driver cd where you have this program. BlueSoleil BlueSoleil 6.4's default view is the \"Bluetooth Places\" which is like the Nokia PCSuite's Windows Explorer extension. \"Search Devices\" icon can be run for finding bluetooth devices."; fDesc[7] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more."; fDesc[8] = "Firefox, like the error console and the tabbed pages. But there are some extra new features like a floating toolbar and an Online Storage feature."; fDesc[9] = "fictional in nature. That is to say, there is an alien species and technology is much more advanced that the tech present in Battlefield games. But the gameplay is kind of the same."; fDesc[10] = ", French, Latvian, Polish, Russian and Ukrainian. The program translates directly in a window of the active application or in a separate window. It can translate the text information present in MS Word documents, Internet pages, E-mails, helps and content of different text windows."; fDesc[11] = "to 28 different weapons to choose from, travelling from the sunny South to the frozen North across the whole country, and on a safari in Africa. We can play online against others members in any tournament already created or we can create our own for them to join in."; fDesc[12] = ", and Blue-Ray discs. It does not matter what is printed on the cover of your discs; with this program you will get the actual information about most of them."; fDesc[13] = "windows, is a short-cut keyboard (hot-key) that enable a quick change between applications or windows. This utility or feature have been present since Windows 3.0 and has not changed much in the actual version of windows."; fDesc[14] = "drives, network drives, and even RAM disk drives, and will build a direct access for them in the desktop. In the case of removable media (such as USB drives and CD/DVD drives), it will only add the drive to your desktop if it is present."; fDesc[15] = "has a minimum set of features, thereby being easy to use, but still packed with features that make it one of the most popular programs of its kind."; fDesc[16] = "our pet and train it. Also we will be able to visit the Old City. On the whole the pack adds more than 125 new articles, some of them are the Garden, the Pets Exhibition shop window, the bathtub for pets, two species of parrots, a park for training pets, several straps for our pet..."; fDesc[17] = "safari park. The Game was split into three different zones, the nature park, the tourist grounds and the African village. . The principal objective is for your park to get five stars. To achieve this the player has to make sure each zone is run properly."; fDesc[18] = "infrmation about the disk, its file system, boot sector, the place where each file is present, etc. So, this is just like the copy of a disk, in a big file."; fDesc[19] = "present complex information very easily. The program comes in three editions: Home, Growing Business and Professional. Each of them present different functionalities to satisfy your needs."; fDesc[20] = "language and click the \"Conjugate\" button and you will see the complete conjugation. It is available for Windows and Macintosh."; 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 = '...'; } }