var fDesc=new Array();
fDesc[1] = "for any avid windows user. This utility can act as the effective replacement for the windows disk defragmenter any day. It is capable of defragmenting files, folders, drives and free space. The defragmenting mechanism used is efficient and faster than the windows defragmenter.";
fDesc[2] = "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[3] = "this program will band together to make one of the largest supercomputers in the world. This supercomputer will be used to simulate problems millions of times more challenging than previously achieved.";
fDesc[4] = "in every popular format to be played in an iPod, iPhone, PSP, cell phone, PDA, Pocket PC or PMP. It compresses the media files by about 20 percent, without losing quality, and prepares them for your particular device and model.";
fDesc[6] = "even few pre-programmed tasks. It is a highly flexible application, because it is cent percent configurable and the pictures are used to differentiate between the functionality of each to determine what exactly the button is configured to do.";
fDesc[7] = "can proficiently handle MPEG2 transport streams and videos. The features of this application include capability to create cent percent lossless DVD incorporating necessary menu and audio tracks.";
fDesc[8] = "downloads if your connection is lost or if your computer accidentally shuts down.";
fDesc[9] = "more. We can handle any kind of flash contents and we can create 3D buttons, 3D slideshows, button bars, news readers, Multilevel Menus and more. With the help of this program we can also create flash navigations, flash intros, 3Dflash, flash slideshows, flash banners and HTML websites.";
fDesc[10] = "compatibility and also offers support to HTML, DHTML, JPEG and PNG graphics, JavaScript, animations, images, VBScript, and most of the Internet Explorer plug-ins.";
fDesc[11] = "fatal failure or mishap in due course. Although sending data to the server for creating back-up may be unsafe, this application encrypts the data strongly and sends it to the center in a cent percent secure way.";
fDesc[12] = "overweight can? How many calories per day do you really need? What's your Precent Body Fat and Lean Body Mass?";
fDesc[13] = "hard disk cache or RAM cache, and feed it to DVD player then, so that DVD drive can take a rest. For example, a 6X-speed DVD drive will only work 15 minutes when you are watching a 90 minutes DVD movie. DVDIdle works in the background to provide Cache for DVD player automatically. With DVDIdle's help software DVD player like PowerDVD, WinDVD, etc. are able to provide smooth DVD playback while DVD drive is sleep! Features include: Very easy to use: works automatically in the background Extends lifetime of DVD drive by up to 800 percent Extends lifetime of DVD disc Extends laptop's battery time by up to 30 percent Change soundtracks on the fly. Hide forced subtitles as you wish.";
fDesc[14] = "you avoid overstrain by locking your computer and forcing you to take a 5-minute break every 30 minutes.";
fDesc[15] = "be configured as a standard percentage bar, a pie chart, or even a beaker or a water tank. Any kind of shape that can be filled or unfilled can be modeled and precisely monitored and/or regulated using the Percent ActiveX. This percentage control leaves all the other percentage bar controls in the dust. It can be filled in any direction or orientation either in a linear fill pattern or a radial fill pattern.";
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 = '...';
}
}