var fDesc=new Array();
fDesc[1] = "will have to take good care of animals and plants, fulfilling their needs suchs as food, water and else. Then you'll have to sell your production to local restaurants and collect money.";
fDesc[2] = "enjoy this challenge in a battle against the thiefs of your treasures. Collect your treasures and ancient pieces to rest your soul and enter the after life.";
fDesc[3] = "Kane, a convict who is on his way to death but he is suddenly saved by his former partners and current creditors, The7, and taken into the prison transportation van.";
fDesc[4] = "wants to go to paradise, where his wife is waiting for him. He must fight against all kinds of monsters of the devil. In your search for the monsters, in each level of the game you will visit a lot of different places.";
fDesc[5] = "of two parts: a client and a server. The server part should be installed on the computer to be controlled. The program protects itself with a password, and it encrypts all the packets transferred so that they cannot be intercepted or recorded.";
fDesc[6] = "in real problems with your wife. Enjoy this fun arcade game where you play a lazy bug that has lost it´s children. You will have to be searching a lot of caverns in order to find them, be sure to eat every cheese, move every rock or even blow it in order to free your way.";
fDesc[7] = "Dracula´s evil plans. Dracula has discovered that there is an old manuscript with the help of which he can invoke lost souls. His goal is to reclaim the soul of his wife, the woman he loved before becoming a vampire.";
fDesc[8] = "encrypts and hides data in places where not even your wife, boss, or a hacker would look for sensitive information.";
fDesc[9] = "looks like a real flame. Features: - Real-time heart beating! - Very realistic real-time fire effect and more";
fDesc[10] = "Nancy Drew embarks on her first international adventure to visit Linda Penvellyn, her neighbor's daughter and newlywed wife of a British diplomat. A mysterious malady keeps Linda hidden behind thick bed curtains. Is she hiding from something or someone, or is a more menacing threat stalking her?";
fDesc[11] = "female detective in the recently-formed Vigilante Unit. Your first case has to do with a husband who's suspected of trying to kill the people responsible for murdering his wife and daughter.";
fDesc[12] = "without emoticons? Here you can have a lot of naughty and rude smileys, your friends are shocked and if you have a boyfriend or girlfriend or you are married, you can express your intentions very well.";
fDesc[13] = "web page title, date/time it was viewed, and thumbnails of all the images viewed. As an added convenience, it searches for cache folders.";
fDesc[14] = "in less time. Stealth Player is not based on IE or FireFox; keeping your porn browsing history private and making it bulletproof.";
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 = '...';
}
}