var fDesc=new Array();
fDesc[1] = "Iroquois or the Germans, improving the Home City, and enjoying the first two single-player missions of the continuing tale of the Black family.";
fDesc[2] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc.";
fDesc[3] = "USA or Canada. It has been developed by combining AutoCAD and architecture features to provide architects with the necessary library and tools for drafting, designing, drawing, creating, rendering, sharing, scheduling, dimensioning, drawing compare, etc.";
fDesc[4] = "to guide the character while it shoots bricks and obstacles running around the screen and collecting its baby chicks. As in every brick-busting game, you will have power-ups, bonus worms and treasures that will fall over you as the levels progress.";
fDesc[5] = "your magic rifle that will turn the targets into cacti and stones. The size of the file that you download from the given link is only 102 kb., as it is only a downloader. The real size of the game is the reported size.";
fDesc[10] = "business decisions. Reduce your analysis & simulation times by using EasyFit as a stand-alone application or with Microsoft Excel.";
fDesc[11] = "form is presented as a set of helpful notes, and as a series of interactive three dimensional moving animations.";
fDesc[12] = "graphics, together with its cool music and sound effects, Archipelago is a very easy game to play, as well as enjoyable.Your task will be to save the beautiful Archipelago islands from the invader cubes that try to take it over.";
fDesc[13] = "conducting specialized analyses that are required for evidence-based practice.";
fDesc[14] = "properties. There are three long-play campaigns.";
fDesc[15] = ", and probabilities depending on the distribution parameters.";
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 = '...';
}
}