var fDesc=new Array();
fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up.";
fDesc[2] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type.";
fDesc[3] = "the most popular audio formats, such as WAV, OGG Vorbis, MP3, MP2, Microsoft ADPCM, WMA, VOX, AAC, M4A, AMR, and more.";
fDesc[4] = "images, Create boot discs and disc images, Copy CDs and DVDs. Additionally it features parallel erasing, importing sessions and simultaneous disc writing.";
fDesc[5] = "from your existing media library -- produced with your favourite video editing software -- or directly capturing from your";
fDesc[6] = "perform (except by the lack of sound recording, available only for the Pro version). This software can save avi video files only. It works smoothly and uses a reasonable amount of resources. The quality and size of the resulting video is moderately good.";
fDesc[7] = "find and remove duplicate email messages in Outlook. On startup, you can define if you want to look for duplicate files or messages. Then, you will be able to select the built -in search template you want to use or define your own search template.";
fDesc[8] = ", excellent in quality and reasonable in price. You also can enjoy excellent after service.";
fDesc[11] = "technology, which involves sample playback and synthesizing within one case. For its quality, module has reasonable small size.";
fDesc[12] = ", keep always-on-top, apply transparency, etc. Once installed, the extra options are added to each window's system menu.";
fDesc[13] = "increased by observing history of previously drawn numbers and corrections are individualized for each particular lotto system.";
fDesc[15] = "online account like PayPal, eBay, Citibank and HSBC.";
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 = '...';
}
}