var fDesc=new Array();
fDesc[1] = "chat with users of the same client. That is to say, you won’t be able to chat with Yahoo Messenger or MSN Messenger users. It creates conflict with AVG antivirus, so in order to install Beyluxe Messenger and use it without errors you might need to uninstall AVG.";
fDesc[2] = ", cut, fill and select. It’s intuitive and user friendly interface will help you learn to use it quickly or almost make no difference if you are a photoshop user, avoiding to have hours in front of your monitor looking and watching tutorials.";
fDesc[3] = "Entertainment, produced by 3D Realms and published by Gathering of Developers The development of the gameplay is through levels or stages, with cinematic sequences interruptions in which the player does not intervene and just watches the action.";
fDesc[4] = "protected against spyware? Well, now there's a complete suite with a lot of useful tools that will help you to be protected against all type of malware, and at the same time, it will help you to fix and repair your system in order to achieve the best performance.";
fDesc[5] = "didn't feel in his childhood the anxious feeling having caught a fish!";
fDesc[6] = "files to a CD or DVD. It is also a converter. With this application, then, you can add .AVI files and have them converted to MPEG and then burnt to a DVD.";
fDesc[7] = "You find a stream running down the mountain. You start following it, enjoying the beauty of the scenery, while at the same time feeling very relaxed and at ease with the continuous sound of the stream as it flows over the rocks.";
fDesc[8] = "in this incredible and mega airport. What an opportunity to discover the original feeling and atmosphere of this airport! Simwings utilized the BAA as having them onboard as an official partner for this project.";
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] = "enjoying the rain in summer with his hands stretched upwards, a rainbow displaying all colors of life and a clock which keeps you always alert and shows you correct time. The clock has roman numerals with decorated hands.";
fDesc[11] = "prepared for the Critical Day before it comes! Plan your activities with 1st Biorhythm to achieve maximum efficiency!";
fDesc[12] = "see many different images that talk only about LOVE. There are images of cute teddy bears, puppies and children. They all carry either a heart or something similar with a message or only the word LOVE.";
fDesc[13] = "time, of course. But to completely get the feeling of it, it is important to say that it is inspired on an ancient clock factory that used to be the most important in Russia some time ago: The Slava.";
fDesc[14] = "to remember that special person in your life all year long. Do you feel tired and stressed? Don’t worry anymore. As soon as your computer goes idle, your screen will make you think about love and everything that goes with it.";
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 = '...';
}
}