var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[2] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe.";
fDesc[3] = "advantage of full health, ammunition and time and can also see through walls and hidden spots. User can also hack into the computer of the different gamers.";
fDesc[4] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface.";
fDesc[5] = "for downloading the photos to the computer or uploading photos to the memory card. We can select the language of the program before downloading or installing from the CD given to us when we purchase a Canon Camera.";
fDesc[6] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[7] = "itself to all the devices. According to the publisher, it is updated at least once a month. The application detects the installed hardware, displaying all the information. It analyses theCPU, RAM, Disks, drivers and graphic card, etc.";
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[9] = "changing the value in memory that holds data like health shield, ammunition, etc. There are tables already made for the most popular games. All of these work with memory can be made easily with the help of the step by step work structure.";
fDesc[10] = "every other hour. Plus, every time the computer is not being used, this software will recover the unused memory to provide it for you to work with the first program you open.";
fDesc[11] = "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[12] = "removing the ones that are not necessary making your system perform better. It has a very simplistic user interface where you can choose which applications to optimize as well as the time intervals for optimizations to happen. Minimem works quietly on the background.";
fDesc[13] = "you much more speed to run applications to work, play, etc. A freeware version of the program is also available.";
fDesc[14] = "automated at zero memory loss, it frees up memory from the applications effectively. This program doesn’t require any user input in order to run and clean up the memory.";
fDesc[15] = "utilities are very helpful in many cases. Flash Memory toolkit contains an Info utility which provides you with a detailed information about your USB Flash drive like capacity in megabytes and bytes and total number of sectors, total used and free space.";
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 = '...';
}
}