var fDesc=new Array();
fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[2] = "photos with friends and family is as easy as pressing a button!";
fDesc[3] = "beginner, it will be hard to understand the working of the program. The program uses a nice, black interface. On the left had, we see a list with thousands of audio effects, like clapping, piano, kick, etc. The features of the program make it the best of its kind.";
fDesc[4] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up.";
fDesc[5] = "and the instruction are clear and easy to understand. An old diary has been discovered. The problem is that most of its pages have been torn out. You must find the missing objects in the different rooms to unlock their doors and retrieve the missing diary pages.";
fDesc[6] = "first piece of evidence of that. But is worth every pound of its weight and every buck of its price. Why is that? Because it does what any other PDF creation and edition can do and some things else";
fDesc[7] = ", voiceless 22nd-century space marine called by the Union Aerospace Corporation to its Mars research facility to face a set of with mysterious problems. The game supports only up to four players on a handful of maps and in a small number of different deathmatch-style modes.";
fDesc[8] = "amount of points possible in 20 spins. The game presents 3 modes: Classic, Mixed Matrix, and Patterns. You can change backgrounds, keep track of your scores, and control audio. Not available for Mac.";
fDesc[9] = "Analyze avi files and discover which codecs are needed and get a lot of info about the file. Easy to use interface.";
fDesc[10] = ", installed devices, memory and CPU usage, running processes and service, drive properties, among other technical details. All this information can be can be saved as a file, exported to HTML, XML or text format, and just viewed in its categorized user interface.";
fDesc[11] = ", where you play; save; and load you games any time you want. Color and candidate number option. The program runs with Windows.";
fDesc[12] = "maths program to create activities that promote and teach theorems, introduce concepts, and model real life situations in an easy to understand way with Cabri 3D's visualization tools.";
fDesc[13] = ", AVI, DivX, DV, DVD (VOB), Flash Video, MKV, QuickTime MOV, MPEG-1/2, MPEG-4, OGM, RealMedia, VCD/SVCD, WMV and XVID formats to AVI, DivX, DV, MKV, OGM, WMV and XVID files.";
fDesc[14] = "centuries. Bible-Discovery 2.2 is the software designed to help you to get a little closer to the truth. To understand the complex meaning for the words in the Bible it was necessary that you have a good knowledge of the languages.";
fDesc[15] = "excellent linguistic skills. The Power Bible CD Demo 3.9 gives you a taste of what can be achieved with technology. It is a simple windows application designed to simplify the Bible for the understanding of the common man.";
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 = '...';
}
}