var fDesc=new Array();
fDesc[1] = "out anymore under the belief of common phenomenon, and 'Gunbound' is the only battle is the ‘Lond’.Gunbound battle is the last battle game in the Lond, and it is really popular.";
fDesc[2] = "idea itself is very interesting. When you start the game and your character is downloaded from the website, you start walking around, talking to people, and helping them if they need your help. The usual MMORPG stuff.";
fDesc[3] = "and will captivate you while you are playing. The game consists in a bunch of words mixed up on the screen that you will have to find to get points.";
fDesc[4] = "gaming website, where we can register freely. We get points for playing and of course more points for winning. The points are counted in rupees (or dollars). But we don't actually get the money. We can select different items as reward based on the amount we have made (like a game CD ).";
fDesc[5] = "sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your dino with a treat after each trick, buy clothes and dress up your dinos, zoom in, zoom out, tilt and rotate in real 3D.";
fDesc[6] = "installment include the Aston Martin DB7, Ferrari 550 Maranello, and the Lamborghini Diablo SV. With the ability to download more exclusive vehicles from the Need for Speed website, there will always be something new to test drive. For multiplayer-enthusiast s, NFS3 supports up to two players with a Modem or Serial connection or up to eight players with a LAN connection. As if that wasn't enough, the already-stunning graphics have been improved, with an even higher level of attention to detail that includes blowing leaves, smoke from the burning rubber of tires, and amazing weather effects such as rain, lightning, snow, and fog. Finally, there's an all-new Hot Pursuit mode where you scorch the streets on either side of the law: Elude the fuzz as a speeding motorist or enforce justice from a police patrol vehicle. Surely, racing doesn't get any better than this.";
fDesc[7] = "Mystery P.I., you've been hired by Grandma Rose to find her winning $488 Million lottery ticket. For achieving that, you´ll need to retrace Grandma's footsteps to collect clues by finding over 2200 hidden objects and solving puzzles.";
fDesc[8] = "your fellow players to advance. A prominent and exciting feature of Knight Online is the involving, persistent, large-scale war between players. Upon registering and creating your character, you must choose between two nations: El Morad, the nation of the human race, and Karus, the nation of the Orc tribes. The successful player will seek to join forces with others of his or her nation in order to obtain victory. By enduring battles, that character may also become a hero in the Knight Online World. He may also receive a title and reward from the King, become the lord of his own castle, and even rule over a city.";
fDesc[9] = "is a racing mode in which the reward is the defeated player's car. The 4.5 patch for Need For Speed High Stakes is for integration with EA Racing's new NPS2 gaming servers for High Stakes, among other things.";
fDesc[10] = "librarian collect lost books and organize the scientific library. It is a good chance to exercise our minds in our spare time. If you are a fan of word games, you cannot miss Bookstories.";
fDesc[11] = "launched in North America. This fourth release of the popular racing game introduces various new classes of gameplay: High Stakes, Getaway and Career";
fDesc[12] = "your puppy to sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your puppy with a treat after each trick, buy clothes and dress up your puppies, zoom in, zoom out, tilt and rotate in real 3D.";
fDesc[13] = "precious coins and jewels. Use the money you earn to buy upgrades for your tank or egg parts which hatch lots of different in-tank pets with special powers.";
fDesc[14] = "puzzles!";
fDesc[15] = "Log/Journal/Accountin g Module tracks trade history. Current Account Status window. Risk Reward Module helps you select better trades. Reporting.";
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 = '...';
}
}