var fDesc=new Array();
fDesc[1] = "atmosphere for you to enjoy Christmas any time you want! In it you will be able to see Frosty dancing all around, decorating the Christmas tree, playing with fireworks, turning the lights on and off and you will even listen to him playing different Christmas tunes in old vinyl records!";
fDesc[2] = "gallery of screensaver sets and more than 3,000 images or create your personal screensaver using your own photos! Set slide";
fDesc[3] = "a way that you will almost be able to smell the fireplace. You will be able to hear the crackling sounds of the wood burning, and see the blinking light and shadows formed by the flames. Spirit of Fire 3D Screensaver will definitely warm up the hearts of even most serious people.";
fDesc[4] = "will fill your screen with colors. When launched, the screensaver creates colorful bubbles, that start emerging from all sides of the screen, filling the desktop with iridescent colors.";
fDesc[5] = "like opacity, color, starting points, light angle, and so on. This evaluation version can be used up to 30 times, after which you mut purchase a license.";
fDesc[6] = "lush forest where a river falls down in the form of a magnificent waterfall. The entire surrounding scene is very well designed in 3D to allow you to watch a huge waterfall in all its splendor.";
fDesc[7] = ", and of course asteroids! This FREE screensaver features incredible 3D graphics and marvelous visual effects showing an asteroid belt with thousands of asteroids approaching you at a very high speed!";
fDesc[8] = "and problems with this beautiful screensaver. You will be able to see a big 3D aquarium with lots of different colorful fish swimming around gently, while you see the bubbles rising to the top.";
fDesc[9] = "The screensaver shows a sequence of 3 animated scenes of stunning landscapes, with waterfalls as the main attraction. It works with minimal system requirements, and on all Windows operating systems, including Vista.";
fDesc[10] = "watching your screen burst into many pieces, so at least for a while you can think that you don't have more work to do. It will take a snapshot of your screen, put it in a 3D world, and then make it explode in a configurable number of explosions.";
fDesc[11] = "role jet fighter aircraft. Designed as a lightweight fighter, it evolved into a successful multi role aircraft.";
fDesc[12] = "get a well deserved rest from all the dreadful daily activities. You will be transported to a place that could be mistaken as paradise. You will find yourself in the middle of a beautiful valley somewhere in the mountains.";
fDesc[13] = "universal symbol of threat: the Skull and Bones. But this is not a plain skull and bones image. It will display a menacing and at the same time beautiful skull and bones on your screen, complete with shiny effects and other unusual traits.";
fDesc[14] = "strange world generated by a computer, in which we feel and think as if everything around us was real. Real Matrix Screensaver will not show you NEO or the agents that were trying to eliminate him.";
fDesc[15] = "manage the screensavers you have installed on your PC. With this Screensaver Manager you will be able to preview all your screensavers and choose those screensavers you want to see on your monitor.";
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 = '...';
}
}