var fDesc=new Array();
fDesc[1] = "Screensaver delivers the excitement of a real-life fire experience direct to your computer desktop. Discover beautiful flames to relax by, with the crackling sound of a real fire and the melody of your favorite song. Our Free Fire Screensaver sets a relaxing and romantic mood any time of the year, especially during cold winter nights. Just rest your mouse for a while, sit back and relax. The desktop dims out and starts to glow ardent orange, creating a glorious effect with flames that seem alive. The flames are curling up and dancing on the desktop icons and open windows as if they were wooden logs in the fireplace. The screensaver offers crackling and popping sounds. This adds greatly to the realism of the fire scene. You can also listen to music when the screensaver is engaged. Select a music track from the music set that comes with the screensaver or choose your own file for...";
fDesc[2] = "awesome firepower to its target. You alone are the hope of a nation. It won't be easy - varying landscapes, the darkness of night, and mighty defenses lie ahead.";
fDesc[3] = "robberies. Law enforcement bodies are no longer able to curb well-armed gangs. A special task force squad has been called to interfere.";
fDesc[4] = "watching a magnificent fireplace so realistic that we are sure your mind will go to strange and mysterious places. The flames of the logs dance all around like mystical spirits. The whole room is lightened and filled with romantic feelings.";
fDesc[5] = ", music and sounds, and is highly customizable. You can choose the picture, type of fire and music you want to display. The screensaver adds an icon on your task bar to launch it or configure its properties.";
fDesc[6] = "came from an old brass kerosene lantern? Do you remember how its flame danced all the time projecting shadows that were at the same time beautiful and mysterious? Go back in time with the Lantern 3D Screensaver!";
fDesc[7] = "edit the fractal flames or you can edit them through the mutation window and through the adjust window. You can also change the form and shape of a flame by using \"scripts\".";
fDesc[8] = "the mankind, the elves and the dwarves, to fight together in case of war. For decades, the Order of the Keepers of the Holy Flame has watched over the portal that once allowed demons to invade Aelfal.";
fDesc[9] = "Screensaver! A smooth, perfectly rendered animation of a flaming heart says 'Love' more than anything else. It introduces home-like warmth and coziness to any computer. Your favorite music playing in the background will create a soothing, relaxed feeling and perfectly complement the heartfelt visuals. An overall atmosphere of comfort and tranquility can be turned to passion and feeling by simply choosing a different sound track. Would you like to animate your office environment and make it cozy and comfortable, but don't want to be distracted when you are working? Heart On Fire Screensaver will not run while you are busy working. It only starts when you are not touching your computer for a while, thus providing a relaxed atmosphere for work breaks yet supporting a comfortable working environment in your office. Create an ambient and emotional atmosphere at home with just a few clicks...";
fDesc[10] = "and whenever you want. Just download one of most Realistic Virtual Fireplace Screensavers to enjoy realistic wonderful dancing flames Image to provide an unmatched elegant look of a real wood fire.";
fDesc[11] = "to express your burning emotions or desire on your screen, just type them in and this screensaver will show it all burning in flames and best of all it is free .";
fDesc[12] = "many hours for it's mystery. This fantastic flame screensaver brings fire to your screen.";
fDesc[13] = "wallpaper, icons and windows on desktop will burn very realistically with multicolored tongues of flame. It looks very attractive!";
fDesc[14] = "realistic flames or set the screen saver up as a virtual fireplace screensaver with three appearance options: Stone, Dark or Rose Marble";
fDesc[15] = "Final Cut Pro. Panopticum Fire 3 is designed for creating realistic effects of combustion. Structurally, our plugin is one module, which contains several different sets of fire effects. Our new product allows a wide set of parameters for flame effects. With its help you can get different types of burning: a Candle, a Fire and so on. Its possible to set different ways of spreading the fire, and also to regulate the color of the flame. Among Panopticum Fire's qualities are the simplicity and ease with which you can get a beautiful animated flame in no time at all. For the purpose of creating a realistic fire such additional effects as sparks shooting out from the fire, super quick glow and others are added to the new set.";
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 = '...';
}
}