var fDesc=new Array(); fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean."; fDesc[2] = ".mkv file formats. It comes in bundle with DIVX Pro for Windows. It is very easy to use. The pre-set modes allow a user to play videos on various DIVX certified products."; fDesc[3] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing."; fDesc[4] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair."; fDesc[5] = "your drives, which does not provide you with any information about used space and free space in the drives. But here is an opportunity for you to get Window Vista style icons, which not only have modern stylish look but also tell you about consumed and free space of drives."; fDesc[6] = "commercial. Metacafe Pro 1.2 is a program to let you access that material directly, without a browser, with some addons."; fDesc[7] = ", search for unnecesary files, manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed."; fDesc[8] = "page are Express, Memory and Disk. Express Memory Optimization fully optimizes the system and frees unutilized memory Memory Usage Check advises on upgrading the memory modules installed on the system Disk optimization deletes unneeded items and releases occupied disk space"; fDesc[10] = "that you see when you open My Computer. Below the icon of each drive, you will see a progress bar, that will show you how full the drive is."; fDesc[11] = "defraging the drives and consolidating the disk free space. The application defrags the units in different ways: Automatically and Manually (user turns on/off the process)."; fDesc[12] = "fighting machine with weapon upgrades, rocket turrets, bots and additional weapons. Encounter various modifications of enemy fighters, cruisers, mine-layers and ground defences. Destroy vast command ships before they destroy you. Gorgeous graphics and special effects, original environment in each level and much more."; fDesc[13] = "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[14] = "outside a space shuttle window and marvel with the magnificent views of the Earth. You will feel just as an astronaut on a space mission flying around Earth and enjoying breathtaking views of everything that happens below."; fDesc[15] = "mysterious nebulas and all kinds of space artifacts of unknown origin. Deep Space 3D Screensaver is so realistic and has so much detail that you will surely forget that you are at home or at work!"; 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 = '...'; } }