var fDesc=new Array();
fDesc[1] = "guerrilla wars and the diamond struggles, is the setting for one of the most detailed and worked first person shooters ever. You play the role of a mercenary who is sent to Africa to kill a weapon's dealer who has armed both sides of a war that is killing a whole country.";
fDesc[2] = "Games, Free Games and Free Addicting Games at Factorygames\"";
fDesc[3] = "keyboard as accurately as possible. The game is pretty much a port of games like Guitar Hero and Rock Band, but for the PC, Mac and Linux. That is one of its greatest features: that no matter what computer you have, you can play it.";
fDesc[4] = "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[5] = "will fire balls to lines of balls that will roll over reels towards a sea gate. If a fired ball hits a group of two or more balls of the same color, the whole group will disappear from the chain, and its place will be occupied by the balls rolling behind them.";
fDesc[6] = ", 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[7] = "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[8] = "pilots at any cost. The game shows you a top view of your plane and the coming enemies. You control your plane using the mouse. You can fire using the spacebar or your left mouse button.";
fDesc[9] = "you have to control your plane while trying to destroy the enemy. In terms of flight simulator is kind of poor, since the only factor you control is the direction. Altitude, speed and else you won’t control and the simulator won’t let you crash.";
fDesc[10] = "good action and simplicity. You can control a battle that take place in air, ground and sea. The game has a lot of levels and you will take part in different missions.";
fDesc[11] = "looks like a real flame. Features: - Real-time heart beating! - Very realistic real-time fire effect and more";
fDesc[12] = "many different kinds of fire events on your screen. It has a lot of configurable options that will allow you to personalize what you want to see. Flames and fireworks are very realistic. You can configure the colors of the flames and explosions of the fireworks.";
fDesc[13] = "gather data from different locations within the computer. This application also has a database of its own so it can produce plenty of reports along with multiple options of saving them as well.";
fDesc[14] = "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[15] = "bored with the constant view of fire in various schemes you can variegate the screensaver with your favorite pictures which will become the background of the screensaver.";
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 = '...';
}
}