var fDesc=new Array();
fDesc[1] = "Azureus Vuze 3.0 can build new torrents, download existing ones, search for any wanted files and download them, interrupt and resume download without losing downloaded parts. It supports 42 different languages.";
fDesc[2] = "a great alternative to popular torrent clients. They say that Movie Torrent allows the user to simplify the process of searching for files (movies, music, games, photos) and downloading them.";
fDesc[3] = "uTIPu.com or via email. It?s easy to use and has many powerful features (zooming, voice-over, annotation).";
fDesc[4] = "else you can think of to write down.";
fDesc[7] = "(GML), Web Map Service (WMS), and Web Feature Service (WFS) standards. There is a great documentation on its website including its wiki section. OpenJUMP runs on Windows, Mac OS and Linux platforms. It will work in any platform that runs Java 1.5 or later.";
fDesc[8] = "all the .NET frameworks needed, the application runs really good. This client connects to wikipedia.org and can retrieve any article published therein. The graphical user interface is pretty simple.";
fDesc[9] = "collaborate. It is entirely self-contained and hassle-free to install and use.";
fDesc[10] = "includes WikiResearch, WikiSearch, WikiBrowse, WikiBrowse Search Bars and Shell tools. Its GUI is simple and easy to use. Its installation process is easy to perform. Its documentation is not very detailed. WikiProject works in Windows platforms.";
fDesc[12] = "database. Includes editor with drag and drop, full-text search, graph navigator which topic relationship.";
fDesc[14] = "clear user interface and rich functionality. Based on Java technology it can be installed on any operating system.";
fDesc[15] = "a team to share information with each other, and with the world. Confluence's simple but powerful editing and site management features help sharing information, collaborating on documents and brainstorming ideas, all from a single web-based location. Confluence adds professional features rarely seen in wiki software (and especially not all in the same wiki package): flexible privilege-based security management, blogging, automated refactoring, exporting pages or entire spaces to HTML or PDF, a comprehensive remote API, easy 'unpack and run' installation; all wrapped up in Atlassian's 'Legendary Service'.";
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 = '...';
}
}