var fDesc=new Array();
fDesc[1] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX.";
fDesc[2] = "Dungeons & Dragons rules. The game is set in the Forgotten Universe campaign. Aside from some technical problems, this is a game for all RPG fans.";
fDesc[3] = "to be able to install Audiosurf. So, if you don´t, you will be directed to Valve´s Site to download it. After that, you must create an account. Then, you´ll be able to install the demo version.";
fDesc[4] = "only that, it also converts the FLV videos to a variety of common video formats; and can also convert your videos to the FLV format for you to upload them to the web.";
fDesc[5] = "8-ball, Cutthroat, 3-ball, Golf, 14.1 Continuous modes. He/she can choose to play some Trick Shots, too. Each time you select a mode, Backspin Billiards will display a screen with the rules for that specific variant, along with the options you can modify.";
fDesc[6] = "digital pictures and text. The interface is remarkably user-friendly, and it offers easy access to complex tasks with great simplification.";
fDesc[7] = "manufacture. It handles cylinders, cones, square-to-round adapters, ovals, intersections and mutli-intersections.";
fDesc[8] = "are prone to eyes related problems and strains. This special application has been developed to make you more comfortable to work for hours together before your system.";
fDesc[9] = "It?s so quick and easy to use that you can produce worksheets aimed at groups, or even individuals, in minutes. Every sheet can be customise";
fDesc[10] = "Evolution of competing trading strategies through genetic programming and market pricing dynamics collectively generate trading signals.";
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 = '...';
}
}