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] = "customizable computer within your desktop! Without the need of formatting, or getting an additional computer, with this application you can test drive an operating system, software, or a configuration and see if it fits your needs!"; fDesc[3] = "virtual CD/DVD which can be used to mount the Image of any disk. So, for the games that require you to put the CD into drive, this program is very useful. Copying Protected or Copy Righted CDs are illegal. But if you own the CD and want to make a backup copy of it, no problem."; fDesc[4] = "and keep your work or actions safe from snoopers with Speeditup. The program is free and very easy to use. With only one click it automatically makes your computer run faster than ever."; fDesc[5] = "hard-diskhard disk. So it facilitates keeps the user from losing the information saved on CD’s DVD’s, etc., in case of scratches by copying it on a hard drive and even providing an option to run the same with the help of a virtual drive."; fDesc[6] = "availability, Disks, Processes, Network Monitoring (Processes accessing Internet, Network Traffic/Speed), Services, StartUp Programs."; fDesc[7] = "Physical Memory or Hard disk as Hexadecimal values, which is commonly used instead of the bit by bit approach. It is capable of displaying the contents of the partitions in the hard drive and lets us choose any data left over (like in forensic purposes)."; fDesc[8] = "close, it takes care of everuthing. This software detects the lack of RAM and increases it, freeing up to 120 MB. The secret is that the program uses the hard disk to apply it as RAM."; fDesc[9] = "availability, Disks, Processes, Network Monitoring (Processes accessing Internet, Network Traffic/Speed), Services, StartUp Programs."; fDesc[10] = "have enough money to buy your boat or don’t live in a city by the sea, this can be a nice way of getting in touch with this amazing activity. Virtual Sailor, which first version was released in 1999 is maybe on of the most sophisticated naval simulator in existence for the PC today."; fDesc[11] = "inconveniencies! Together, you and your new cuddly companion will encounter a world that’s fun to play in, explore and share."; fDesc[12] = "bypasses the system hard drive, which is the slowest part of a computer, to give your system an immediate boost."; fDesc[13] = "DVD recording applications are supported), backup and restore to remote tape drives (all of the backup software tools are supported), work with remote virtual hard disk drives over the network, backup whole server storage subsystem over the network, work with the dynamic volume snapshots, incremental backups and virtual tapes etc. Create RAM disk drives for temporary data storing. Mount standard CDI, ISO and MDS images as virtual CD and DVD drives."; fDesc[14] = "between desks and windows quick and easy. Virtual Desktop is built as a service and requires only 2MB ram memory to work."; fDesc[15] = "their computers. DiskBoost accomplishes this task by creating virtual disks in the computer's RAM (Random Access Memory). DiskBoost creates a Virtual RAM disk in the system memory, which enables fast disk operations and instant file access."; 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 = '...'; } }