var fDesc=new Array();
fDesc[1] = ", etc.. It is commonly used as a virtual studio or as a collection of virtual instruments to use live or with other software sequencer.";
fDesc[2] = ", Pinochle, Hearts, Spades, Bridge, Spites & Malice, Rummy 500, Cribbage, Canasta, Gin, Poker, Solitaire, Crazy Eights, Memory Match, Old Maid, Go Fish and War.";
fDesc[3] = "development of the storyline takes place within the continent of the Hyborian kingdoms. The art design in this game is really fantastic, and particularly the sound is essentially flawless.";
fDesc[4] = "made to drive the way to success. You Speed, Power, Performance and your attitude will determine if you are worth it or not. The package has thirty cars designed on the original hot wheels specifications.";
fDesc[5] = "to be played. It has all the major variations of poker, such as Texas Hold’em and Five Card Stud, lots of standard single-player card games like Solitaire and Memory.";
fDesc[6] = ", Orcas, and several other species. This amazing screen saver shows fabulous images of whales who are believed to be the largest animals to have ever lived";
fDesc[7] = "a lot of firepower. Your mission is simple: stop the machines from taking overEarth. The registered version features 9 different worlds, 27 levels all with unique monsters and graphics. There areover 30 weapons to your disposal, and DOMINATION is the only game in the world that lets you log in and actually 'program' the computers within the worlds. If youre a DOOM or Quake fan then Domination is one you should add to your collection.";
fDesc[8] = "getting splattered by your ball and laser cannons dishing out hardcore destruction.";
fDesc[9] = "is a card set specially designed for cat lovers; it automatically installs many cute images of cats of different colors and styles, replacing default unsightly cards with them.";
fDesc[10] = "challenged by the wit and skill of Spite, the computer opponent. Similar to SkipBo. Also playable with an Internet/LAN connection";
fDesc[11] = "of 8 attitude adjustment techniques and advice from executive recruiter, manager and team leader, Joe Estey. The cheapest and most comfortable way to obtain successful attitude skills.";
fDesc[12] = "toughest simulation in the FSX pack. Back to the basics is what this plane is all about, built for speed attitude the aircraft needs to be studied thoroughly before being taken for a flight.";
fDesc[13] = "renew our energy and stimulate our senses. Being optimistic and keeping a positive attitude is essential to be healthy.";
fDesc[14] = "of people born with the sun in a particular zodiac sign (Sagittarius) according to Western Astrology.";
fDesc[15] = ", more weapons, more asteroids, more attitude and more explosions than ever!";
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 = '...';
}
}