var fDesc=new Array();
fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[2] = "intelligently tweaking numerous key Windows settings for dial-up, cable, DSL, wireless.";
fDesc[3] = "computers, like p2p file-sharing programs do, this software lets you download music from websites as IMEEM, Last.Fm, etc, which are, in the developers' words, \"100% legal\".";
fDesc[4] = "far more power than regular searches.";
fDesc[5] = "downloads and disconnections, traffic congestion, improving download speed and reliability";
fDesc[6] = "latter is forced to withdraw its freedom. It seems that LimeWire is proposing a technology named DRM filtering to avoid any legal situations for the clients. If at all the technology is implemented then MP3Torpedo can easily get rid of it so as to provide without it to its clients.";
fDesc[7] = "like: slow downloads and disconnections, traffic congestion, improving download speed and reliability";
fDesc[8] = "called LimeWire. This handy program sits silently on your system tray and allows you to control everything from there. The user interface is very simple and easy to use, but not really attractive.";
fDesc[9] = "performance. The memory optimizer includes a memory monitor which shows you the CPU usage and the amount of free memory.";
fDesc[10] = "your graphics and animations, giving you an attractive site, while giving your customers faster downloads.";
fDesc[11] = "do on the Internet better and more improved in a dramatic way. It will boost your Internet's speed for downloading and browsing also it will optimize different Internet related system settings.";
fDesc[12] = "download process and finds the files you desire with far more power than regular searches. It automatically explore for more sources.";
fDesc[13] = "Download even big movies whenever you want without waiting. Accelerate Internet connection. Save your time and nerves!";
fDesc[14] = ", movies and other desired files faster than ever.";
fDesc[15] = "speed and enlarges the amount of download sources.";
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 = '...';
}
}