var fDesc=new Array();
fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely.";
fDesc[2] = "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[3] = "very high speed rotation that can sometimes occur when ripping CDS or DVDs to the hard drive. Acoustic Silencer will not remove defects caused due to improper disc geometry or defects in the drive clamping mechanism.";
fDesc[4] = "Opera etc, but the new release by Mozilla, \" The Cometbird\", pushes the limits of web browsing. Cometbird offers in-built download manager. Cometbird enables the user to download videos from Youtube or any video, audio without using any extra tool.";
fDesc[5] = "computer at all times. If your Internet provider limits your downloads (I am sorry for you), this is a must. BitMeter will show you a little square on the screen, which you can move wherever you like.";
fDesc[6] = "these files to different recipients into an email service. WinZip E-Mail Companion 2.0 it’s a software that will help you to avoid the action of the e-mail returned, because the attachment exceeded the size limit. You will never get an e-mail returned anymore!";
fDesc[7] = ", temporary Internet files, list of recent files etc. This program is a simple and efficient tool that sets clearly defined limits just with the help of a few mouse-clicks in a moment. It provides space on hard disk and security while surfing.";
fDesc[8] = "to attract customers, by sending them personalized content. The Free Edition of SendBlaster can set up to 100 messages for each mailing and allows you to manage 2 mailing lists. The registered version has no limits.";
fDesc[9] = "little application, you can see in real time what your hard drives' temperatures are. So, you can prevent any overheating by simply shutting down the hard drives as they reach a dangerous temperatures.";
fDesc[10] = "WWW Server. This software is a must-have as it provides an economic yet secure remote control connection specially designed for enterprises, institutions, companies, etc, where it is necessary to easily communicate with multiple users.";
fDesc[11] = "download capacity monthly, Broadband Download Monitor is for you. Broadband Download Monitor, as his name explain, is a free internet traffic monitor that can limit the connection bandwith";
fDesc[12] = "several positions and voicings. Also, you can type or paste the lyrics and chords of a song, and the program extracts the chords automatically, also letting you to transpose them. It contains many Western scales, and some exotic scales as well.";
fDesc[13] = "limits can be placed on Memory Usage, GDI Objects, and USER Objects. This is a great tool for any developer.";
fDesc[14] = "direct-to-disk recording features, with advanced features available through a system of profiles. Don't be fooled by programs which claim to limit functionality for the sake of simplicity or which hold back on features in order to sell you a whole suite of software. Audiotools provides it all in one handy, extensible program. The combination of a one week trial period followed by a ten minute recording limit after the week has expired provides a comfortable balance between programs that simply stop working after a couple of weeks or those which cripple recording abilities with limits measured in seconds.";
fDesc[15] = "while surfing the Internet. Parental Internet Filter installs a special network component that receives all network traffic BEFORE it reaches any program on your computer.";
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 = '...';
}
}