var fDesc=new Array();
fDesc[1] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc.";
fDesc[2] = "and MacOS. Developers can use this great tool to design software using Java SE/FX, Java, Ruby, C/C++, and PHP. It is sponsored by Sun Microsystems and is very powerful thanks to the contribution of thousands of users.";
fDesc[3] = "freely.";
fDesc[4] = "mapping techniques for the organization of ideas and information and the way they should be implemented. The program features a beautiful and organized user interface that allows you to fully edit your diagrams as you wish.";
fDesc[5] = "remains easy-to-use for beginners and experts. Macros, syntax coloring, 2 GB files, FTP, hex, USB, HTML, RegExp, and more.";
fDesc[6] = "personal information like documents, random notes, and project-support materials. Great companion for everyone who uses GTD.";
fDesc[7] = "environment and editor for creating, testing, debugging and running perl scripts, directly or through associated html documents. Includes many tools.";
fDesc[8] = "or folder, including multiple drives, a custom list of folders, or any combination there of. Check it out today!";
fDesc[10] = "secure, encoding script!";
fDesc[13] = "site? How many visitors are there and where are they from? What browsers and OS they use? What is your sites traffic?";
fDesc[14] = "objects. Features include PL/SQL debugging, code completion, full search, and project management.";
fDesc[15] = "unique Logical Text phrasing can help you quickly pinpoint text, or a combination of keywords in any file. ...";
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 = '...';
}
}