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] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning.";
fDesc[3] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program.";
fDesc[4] = "changing the value in memory that holds data like health shield, ammunition, etc. There are tables already made for the most popular games. All of these work with memory can be made easily with the help of the step by step work structure.";
fDesc[5] = "(e.g. red eye) or get creative. Use for web, email, or print. Photoshop plugins, animation, and much more. FREE. Registration required.";
fDesc[6] = "the three games is to collect as much money as we can, so that the money meter reaches the highest position and we move on to the next level. Each game features three levels of difficulties: easy, normal, and hard.";
fDesc[7] = "gaming website, where we can register freely. We get points for playing and of course more points for winning. The points are counted in rupees (or dollars). But we don't actually get the money. We can select different items as reward based on the amount we have made (like a game CD ).";
fDesc[8] = "by Konami. Pro Evolution Soccer 5 (Winning Eleven 9 in Japan and World Soccer Winning Eleven 9 in the US) was launched by Konami in October 2005 and showed the images of John Terry and Thierry Henry on the cover.";
fDesc[9] = "code editing, HTML 4.0 support. Includes fonts, GIFs, scripts, etc. Award winning. FREE. Registration required.";
fDesc[10] = ", the program includes anti-spyware protection to ensure that your computer remains safe and will not be affected by internet attacks.";
fDesc[11] = "every home in San Saba! Take them down city by city, town by town. When you have all of Texas, you have to face your final opponent. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[12] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java.";
fDesc[13] = ", which brings a number of really relevant enhancements on and off the field. It presents a challenge training mode which includes at least 40 varied tests for the player to complete. The game also supports online playing.";
fDesc[14] = "predicting the behavior of opponents. PokerStrategy Equilator is a tiny application that allows to count winning chances by analyzing card combinations of players.";
fDesc[15] = "gives you the chance of winning lots of money! With nice graphics and animations, this fun and educational game is suitable for all family members.";
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 = '...';
}
}