var fDesc=new Array();
fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin.";
fDesc[2] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected.";
fDesc[3] = "high-quality graphics for the Web. Engineered from the ground up to address the needs of professional Web designers, the new tool incorporates such advanced features as a visual export preview, complete control over compression and color palettes, automatic generation of button states and JavaScript rollovers, as well as text and effects which are editable all the time. Fireworks allows designers to create the most compact graphics and GIF animations in the fewest steps. Other Web-focused Fireworks features include the ability to 'slice' an image for faster downloading, then export the component graphics plus the HTML table to re-assemble them in the viewers browser. Fireworks provides a built-in 'Image Map layer' to facilitate assignment of URL links, as well as a button generation feature which automatically produces up, down, rollover, and hit states for button graphics, along with...";
fDesc[4] = "resolution,refresh rate, or multiple display use. It also is monitoring PC component characteristics. It contains a set of utilities for managing and optimizing the performance of NVIDIA graphic cards.";
fDesc[5] = "vector and raster images, so you can quickly mock up designs, or leverage assets created in other Adobe's applications. This version features a number of new Auto Shapes that you can drag onto your layout which randomly generate a new shape each time you click on it.";
fDesc[6] = "option to choose. This browser is based on Mozilla technology, and includes many extensions that will provide you with cool options to make your surfing experience more enjoyable.";
fDesc[7] = "several parameters necessary for the system configuration. The registry is changed and updated as you install or uninstall programs. These changes may leave invalid entries behind, that yet will be read unnecessarily each time you run a process, making it slower.";
fDesc[8] = "allows you to setup different options in several parts of the system, that will allow it to run faster and in a more secure way.";
fDesc[9] = "settings that operate behind-the-scenes of your PC. The program checks the configuration of the MTU (Maximum Transmition Unit), RWIN (Default Receive Window), TTL (Time To Live), Black Hole Detection and Automatic Discovery parameters.";
fDesc[10] = "performance, sudden reboots and things like that. Accumulation of useless install files and temporary files are reasons of these problems. Boost Windows is a small application that was developed for preventing such problems and optimizing Windows.";
fDesc[11] = "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[12] = "memory is indeed the vital part that needs to keep on performing at its best. Time to time maintenance and memory optimizing is essential to keep your system better. This tool will optimize your system memory so that you get optimized performance by resolving all memory issues.";
fDesc[13] = "is intended for optimizing your web pages and inbound links. Step-by-step instructions will help you to optimize your web site in the best way using such tools as HTML validator, manual web search, broken link checker and others.";
fDesc[14] = ", enhancing stability and giving you more margin for overclocking. CpuIdle achieves all this by shutting down CPU when not used (online cooling), optimizing CPU for maximum cooling effect and optimizing the chipset for maximum cooling effect (only supported chipsets).";
fDesc[15] = "useful tools for optimizing your computer in all the spheres. The Registry Backup option facilitates creation of registry backups easily and quickly before editing, scanning and fixing registry entries.";
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 = '...';
}
}