var fDesc=new Array();
fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software.";
fDesc[2] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement.";
fDesc[3] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages.";
fDesc[4] = "is simple yet powerful: it analyzes your Windows Registry and configuration/startup files, showing you a list of \"suspicious\" results. But applying the fixes is up to you...read each item carefully before fixing anything!";
fDesc[5] = "forum is very big, with a lot of file uploads. Uploads include a variety of contents like software, games, videos computer, recreation, sports, etc.";
fDesc[6] = "wizard-like approach for executing backup tasks. Apart from just storing files to a desired location, the program also has capabilities to synchronize, mirror, and group files.";
fDesc[7] = "them more suitable for email, or for any other use. This program can process photos in a batch mode. You can force your images to a specified width and height, and still keep their proportions.";
fDesc[8] = ", with this toolbar the members of Amped will have quick access to the forum along with default gadgets like streaming radio player, Weather updates, Chat for members, Email notifier and various other gadgets that can be easily added to the toolbar to make it more productive .";
fDesc[9] = "computer, then we may consider having this utility. After entering the Internet forums we would like to follow, Web Forum Reader can read those forums for us and presents only the new and changed topics without using a browser.";
fDesc[10] = "proxy forums even if the proxies are in the attachmen. It can also extract the unique proxies from a huge file and rapidly classify them.";
fDesc[11] = "top site Explorer, top Forum Explorer, top directory Explorer, top Software Explorer, regular online updates from server, allows book-marking your favorites, and manage products";
fDesc[12] = "or IM. It supports input image files with the following name extensions: PNG/PSP/CUT/GIF/PCD/PI C/CEL/PBM/PGM/PPM/PDD/ PSD/BM/RGB/RGBA/SGI/RL A/RPF/SCR/PCC/PCX/EPS/ FAX/TIFF/TIF/ICB/TGA/V DA/VST.";
fDesc[13] = "desktop and save a top of time. Save your passwords in the GC Forum Poster and save posts.";
fDesc[14] = "multiple profiles and login details and store them.";
fDesc[15] = "about the changes on these forums with a few clicks. You will spend less time and traffic reading forums with Web Forum Reader.";
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 = '...';
}
}