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] = "in PowerPoint 97 and later versions. It supports opening password-protected presentations. You can view and print presentations, but you cannot edit them in the PowerPoint Viewer 2007.";
fDesc[3] = "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[4] = "automatically, without modifying your system in any way. The main windows of RamBooster show you by default the target level of free RAM (by default, 1 Mb.), your Free RAM at this moment, and the percent of Free RAM and CPU usage.";
fDesc[5] = "the application, you will see a small screen asking you how much memory you want to test. The ideal value here is the total of your memory. If you are troubleshooting your computer for RAM problems; that is.";
fDesc[6] = "often. and Increase your system performance by cleaning the content of your RAM(Memory).";
fDesc[7] = "your computer and therefore this software can help boost your system's performance. The application comes with a nice interface that dives directly into the options.";
fDesc[8] = "you much more speed to run applications to work, play, etc. A freeware version of the program is also available.";
fDesc[9] = "applications to run faster and more efficiently. Also, you will be enjoying a balanced performance of your system through the time. It runs under Windows 98/98SE/Me/2000/XP and you can access to it for free";
fDesc[10] = "resembles the interface of a Mac application and, like most, Mac applications, it is really simple and easy to use. The first time you execute this application, you can start adding files.";
fDesc[11] = "resides in system tray and continuously boosts your system by removing unused files from the RAM. And so make space for new files. It also gives you the manual memory optimization option so you can control the free physical memory.";
fDesc[12] = "this an important key to run faster programs and processes on your PC. With Mz Ram Booster you will be able to experiment with your RAM memory as an advanced user even if you are a beginner.";
fDesc[13] = "memory. Has just a few buttons to push. Lets you see the information about total/available memory types (physical, virtual, pagefile). Memory-freeing process somehow takes a long time (that is probably tied to safeness). Has an indicator of RAM amount, that turns red when you should free some of it.";
fDesc[14] = "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[15] = "memory from obsolete information, or if you want to close some not-responding program. It allows to set many preferences and use hotkeys.";
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 = '...';
}
}