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] = ", plus a few handy features. It even functions as a music downloader as well! There are 3 simple ways for you to find the videos to be downloaded. You can save them in various formats, including mp3, mp4, or even iphone/ipod-compatible .";
fDesc[3] = "you to download and install. This is not done automatically; the program lets you choose whether or not to use the update found. Each update is listed with a detailed description in VersionTracker's interface.";
fDesc[4] = "always crashs, what do you think? Now, you have choice - Crazy Browser, Crazy Browser is the most stable tabbed Web browser! By the way, it's freeware, totaly free, no ads, no spyware.";
fDesc[5] = "any program by right-clicking your mouse over it and holding down the CTRL key. You can evaluate WordWeb free of charges for 30 days. After that you may use it only if you flight less than three times a year. Otherwise, you must purchase WordWeb Pro to continue using it.";
fDesc[6] = "content for your current Web page, Weather reports and Gas prices in your Area and provides extensibility in form of latest News from your favorite Websites and an Excellent AOL Surfometer to show number of pages you have surfed.";
fDesc[7] = "advanced features make the optimum use of all the resources available on the net. Available with various customizable and powerful features to make your internet search easier this toolbar stands out of the crowd.";
fDesc[8] = "artist, and play them without downloading anything. The interface of the program is pretty simple. You have to write the name you want to search for, and then press the Search button.";
fDesc[9] = "two different versions: a free sponsored one, wich can get really annoying launching over and over again your web browser to show you some advertisements; and a licensed version, at a very affordable price of 9,95 wich is worth to paid not to see the ads.";
fDesc[10] = "2.x feed formats. It takes very little space (about 1MB only) on your PC. The user can add all his favorite feeds and keep him updated. He also can save bookmarks of required web pages. The software then notifies if there are any changes in the web pages stored as bookmarks.";
fDesc[11] = "can not only choose the engines but also add engines you'd like to use.";
fDesc[12] = "latest content and news from web are other features. It is supported on Windows and Mac and works with IE, Firefox and Safari (Mac). Easy to use and good user interface.";
fDesc[14] = "through pages of results. It focuses only on domains, and eliminates duplicates. The results are presented in a clickable local web page.";
fDesc[15] = "clicking the mouse button or pressing a hotkey to start searching a highlighted text in Google or other web resources.";
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 = '...';
}
}