var fDesc=new Array();
fDesc[1] = "your favorite music files stored on your PC? Then AIMP is a new music player you should download and test it. AIMP is specially popular because it's a simple application that uses low resources, but it has a powerful equalizer where you will notice better quality improvements of your audio files";
fDesc[2] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray.";
fDesc[3] = "dinner, do a festival, have an appointment, enjoy a bowling alley or go to the music store. Also, they will have their own cars, which they can choose among various types and will serve them to go to any of the places named and also to work.";
fDesc[4] = "the three games is to collect as much money as we can, so that the money meter reaches the highest position and we move on to the next level. Each game features three levels of difficulties: easy, normal, and hard.";
fDesc[5] = "is only one basic and simple rule and is to place one card next to the other with a value of one less or one greater, neverminding the suit. It's a game very easy to learn, you'll be playing cards in no time, but you will find yourself trapped for hours mastering the game.";
fDesc[6] = "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[7] = "usage. You can observe the connection diagram of your network with the computer you are using, the router, other computers connected on the network, etc. The computer has a gauge that shows how much data you are sending and receiving over the network.";
fDesc[8] = "be useful for people with limited bandwidth/month internet connection.";
fDesc[9] = "when I was using Windows and it was free. It was absolutely awesome, too. It looks a lot like this one, but without the price tag. BWMeter allows you to track your bandwidth usage by means of graphs.";
fDesc[11] = "network connections on your computer and displays graphical and numerical download and upload speeds in real-time.";
fDesc[12] = "versatile program will be of your personal interest. Cron-o-meter is a useful application that will help you to track your daily diet in a strict way, and control every serving of food with details.";
fDesc[13] = "the lower the power is the more notorious the meter will be showed. When recharging the laptop's battery it will turn green ad slowly will disappear as the charge is completed. Power meter will be in the background of your desktop either on the bottom left or the bottom right of the screen.";
fDesc[14] = "the Peak Program Meter used to measure the sound peak levels is what this plug-in PSP VintageMeter does. It is compatible with any sound application. It provides accurate volume levels for you to adjust to your requirements.";
fDesc[15] = "monitoring the Internet traffic usage of specific users on your home or office network.";
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 = '...';
}
}