var fDesc=new Array();
fDesc[1] = "digital signatures in your e-mails and communications. This branch (1.x) is more mature than the 2.x one, which it's still difficult to build as of today.";
fDesc[2] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere.";
fDesc[3] = "interface. It is designed for single or multiple users.This powerful communication software has all the options related to this branch.";
fDesc[4] = "Christmas tree in the middle of a room. It shows a close-up view of its branches. Every branch is beautifully decorated with stars, angels, bells, and more.";
fDesc[5] = "leaves it will begin to grow. After a while, the flowers on the tree will bloom and then fruit will begin to grow. By picking fruit you earn money. You need to collect enough fruits to meet your goal before time is up.";
fDesc[6] = "nutritional information. Other features include ingredient database, grocery lists, web integration, import and export, and more.";
fDesc[7] = "embark on a journey to the unknown. To the heart of the magnificent Rainforest. A place where nature spilled all of its blessings and crowded it with thousands of living forms of different species.";
fDesc[8] = "Free Accounting is an easy to use complete multi-user/multi-compa ny/multi-branch Windows-based accounting, inventory and customer management solution for your business.";
fDesc[9] = "journey to the unknown. To the heart of the magnificent Rainforest. A place where nature spilled all of its blessings and crowded it with thousands of living forms of different species.";
fDesc[11] = "personality and your life features. Numerology369 will tell you your personal traits, life challenges, life culminations and life affections. Numerology369 organizes its results into categories, each category being a branch of your life.";
fDesc[12] = "The game features cool graphics with a nice music, and includes plenty of options and upgrades to spread your lemonade business all over New York or even have a monopoly of this branch in the city.";
fDesc[13] = ", and printing and creating by categories your own special recipes or probably link directly to the main site. This free software is created for those who want to consult and practice the cooking branch in different cuisines around the world.";
fDesc[14] = "will help you fight the melancholic feelings that we sometimes get in the middle of the year, remembering how happy we were during the season of Christmas and New Year. As soon as the program starts, you will see the classic Christmas tree scene, with decorations and lights.";
fDesc[15] = "optimize navigation within the tree. Write, Print, Multiple Simultaneous Queries and Copy to Clipboard are some it?s features.";
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 = '...';
}
}