var fDesc=new Array();
fDesc[1] = ", therefore Infinity Ward released patch 1.6. The patch includes 4 new and excellent multi-player maps, along with new features for filtering and several bug fixes.";
fDesc[2] = "incredible application seeks out and repairs those issues in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications.";
fDesc[3] = "case comes up and you are ready to get to the end of it. Your mission is to investigate who is the killer of Miss Linnete Doyle, another passenger of the cruiser. Twelve levels will lead you to the truth, gathering clues on each investigation.";
fDesc[4] = "space but also lead to a slow and sluggish system. With FCleaner you can effectively keep your system free from unused and obsolete files so that you regain your disk space and system speed.";
fDesc[5] = "S.T.A.L.K.E.R. surprised everybody in the past with its irresistible ambience and a very wise idea to combine such concepts as Survival, FPS or even role. Now comes the turn of this prequel that will show whether it is really at the height of its admired predecessor.";
fDesc[6] = "through this beautiful world full of risky turns and joyful surprises.";
fDesc[7] = ", the background will turn from lead to gold, and every rune will disappear, awarding you points. You can then place more runes over those empty spaces.";
fDesc[8] = "battle (Hannover) a medium battle (Cyrenaica), you will be able to view a slideshow about the management part of the game and a naval battle video.";
fDesc[9] = "imagine comes to Earth and the war that takes place there. Set in the not too distant future, the story takes you to lead all kinds of units against the forces of the universe, which have been averted against the Earth.";
fDesc[10] = "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[11] = "to lead an armadillo (bent over itself, forming a ball) from a point in the space to another. For doing so, you will have to build structures that, combined with the gravity force, will allow the armadillo to get to the point you want. Each possible structure will have different properties.";
fDesc[12] = "needs of Christian churches. The songs library that´s bulked with the program contains Christian songs only. There are versions of OpenSong available to run on Windows, Mac OSX and Linux.";
fDesc[13] = "amazingly animated game. Literally destroy your enemies pieces, among which you will find orcs, mad dogs, golems, a wizard and a witch. Challenge your mind with this animated chess board game.";
fDesc[14] = "herself lately. She hides behind a white mask and often throws tantrums, even firing several employees. Mysterious threats arrive at the old windmill studio and other troubles lurk in the underbelly of the City of Light.";
fDesc[15] = "companies who want to track their Sale Leads Any company/dealer/distrib utor/retailer do all or one of following tasks for their sales lead management. Receive sale leads or collect information for prospective clients through different sources. Prepare emails to send responses. Prepare letters for sale leads. Filter leads on the basis of city, profession, response required etc. Print address labels of selected sale leads. Print letters to send selected leads. Send Emails to selected leads.";
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 = '...';
}
}