var fDesc=new Array();
fDesc[1] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux.";
fDesc[2] = "experience with several tools and gadgets. In the tab Foxit messages you will find the latest information about Foxit announcements and upgrades. It includes its own search box powered by Google.com that enables you to surf the net easier and faster.";
fDesc[3] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better";
fDesc[4] = "applications called gadgets, those gadgets offers us a quick access to different tools or functions that may be useful on our daily duties. Microsoft included a little list of gadgets with their sidebar, however there are much more available on vistagallery.microsoft .com.";
fDesc[5] = "compatible with broadband, dial-up, and the Windows® 2000, XP and Windows Vista® operating systems... and best of all, it's absolutely free. Features include: Ability to browse without sign-in for broadband users. Unlimited email storage. Instant news updates from the RSS feed reader on the toolbar.";
fDesc[6] = "has been designed to receive the latest news for our Nikon products. We can access this application from the Nikon Transfer program interface.";
fDesc[7] = "can easily convert your simple computer into a digital media center; you only need to have Windows Media Player 9 or above as well as DirectX 9 or above. This tool has a highly enriched user interface to appeal current users.";
fDesc[8] = ", Live Radio, Astrology, Forex, Movies, Pets, Recipes, Sports for your complete entertainment, information and communication.";
fDesc[9] = "customize the way feeds are organized and displayed. Set up custom news watches based on keywords or use the powerful search to find articles. You can even download podcasts and audio files and have them show up on your portable audio device.";
fDesc[10] = "notices or news, FeedReader is like this application. In this way from unique software and without opening different websites you can look the last news and access to what you need. It’s fast, easy and a friendly tool.";
fDesc[11] = "also available on FOX's website and plays those on your desktop. For some reason, FOX News Live did not enable me to connect to all the streams.";
fDesc[12] = "decode binary posts. The program is very easy to use and intuitive, and features a nice user interface. It supports SSL connections and allows you to download from multiple locations simultaneously to your news servers.";
fDesc[13] = "relevant information such as weather forecasts and latest news from selected channels.Gerz clock automatically synchronizes the clock with the desired timezone and also lets users choose among four eye-candy themes.";
fDesc[14] = "very distinct as compared to the rest, Agent supports vEnc encoding and along with that it joined multi-part binaries. It is among the first group to do that. It has a vast set of commands that can be used for searching, filtering and navigation.";
fDesc[15] = "from various BBC channels: BBC News, BBC Sport, and BBC World Service. The headlines include news about the UK, any of the five continents (or all of them), sports, entertainment, breaking news, business, health, etc.";
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 = '...';
}
}