var fDesc=new Array();
fDesc[8] = ", RA, RMM, RAM, RPM, RM, RMVB, WAV, OGG, CDA, APE, APL, MPC, MP+, WMA, FLAC, AAC, M4A, MP4, and more. Protected Windows Media Audio (WMA), protected Real Audio (RA, RAX), protected Advanced Audio Coding (AAC) and protected MP4 aren't supported for copyright reasons.";
fDesc[11] = "several cleaning operations in your computer, fast and automatically. You just mark the options that you want, confirm them and go! And it is freeware.";
fDesc[12] = "the Steps and the other is the Images. In Steps Panel you can find five buttons one of them is Open for search your images.";
fDesc[13] = "16-bit / 44.1kHz equivalent to 5Gb of uncompressed wav files. It features more than 8000 midi drum patterns with pre-listening, quick browsing and drag’n’drop functionality.";
fDesc[15] = "software and will provide them with high quality virtual string instruments, a drum set, bass guitar, and electric piano. With this software installed, users can build sections for their songs, practice, or jam.";
fDesc[16] = "Perl programs under Windows 98/Me/2000/XP.";
fDesc[17] = "RecoverMagic is a complete First-Aid kit for your computer...";
fDesc[18] = "using together so they form continuos shapes. And all this takes place in the form as a race against time.";
fDesc[19] = "optimize your system for best performance. You can boost your system manually and configure Windows startup, manage running programs, customize internet settings and uninstall any installed application - just in a few clicks.";
fDesc[20] = "helps you to save disk space and to prevent performance loss.";
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 = '...';
}
}