var fDesc=new Array();
fDesc[1] = "shockwave is very small in size and takes couple of minutes to download and install in a computer.The installation process runs in back ground so it does not disturb your routine work";
fDesc[2] = "matchmaking and text and voice chats. Features game news and downloadable demos. When you install GameSpy Arcade 2.05, the program seeks for supported installed games in your computer, in order to allow you to play them online. If it finds nothing, it will later help you to find some.";
fDesc[4] = "the Mozilla plug-in you can play with FireFox or SeaMonkey. The performance is better than with the IE plug-in and the size is smaller. Overall, the Quake Live game is fun and smooth to play. This is the future of gaming.";
fDesc[5] = "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[6] = "We take every necessary precaution and step to protect the integrity of our Poker Room";
fDesc[7] = "online gaming portal PlayNC. With a few clicks, you can search for games, download and install them to play right away. Its user interface is very handy and comfortable.";
fDesc[8] = "favorite Instant Messenger, or when you´re playing with an online game. MorphVOXTM Pro will change your voice, making you sound like different persons or even animals, just for fun.";
fDesc[9] = "not just limited to voice changing, but it is also optimized for online gaming and it may be even used for playing pranks with friends via VoIP and instant messages as well.";
fDesc[10] = "execute a game when you enter the same game channel. Instant messaging between users is also available. Needs port 1698 and ICMP echo in order to work properly.";
fDesc[11] = "like any popular antivirus program. Nevertheless, BD has a standalone feature and that is it provides proactive protection for our computer against viruses, trojans, spywares,rootkits, phishing,identity theft, hackers and other security threats, while we play all types of games online.";
fDesc[12] = "Cable/DSL/Dial-Up Modem Optimizer increasing download speed and provide better stability/reduced lag in online gaming";
fDesc[13] = ", Poker, Craps, Slots, Roulette atc.. to play for FREE / REAL money! with 400% Match Bonus! and up to $65 Free chip!";
fDesc[14] = "powered by Playtech's software ensures for a safe and secure online gaming experience. City Club Casino is the right choice.";
fDesc[15] = "forget that they are sitting in the comfort of ones own home and not in a Las Vegas casino. They have a huge selection of the ever popular video poker games and realistic table games.";
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 = '...';
}
}