var fDesc=new Array();
fDesc[1] = "forum is very big, with a lot of file uploads. Uploads include a variety of contents like software, games, videos computer, recreation, sports, etc.";
fDesc[2] = "and developers worldwide. Ubuntu comes with a series of already installed applications that are categorized by functions like: Accessories, Games, Graphics Internet, Office and Sound & Video You can run Ubuntu as a desktop operating system or configure it as a powerful and secure server.";
fDesc[3] = "Games, Free Games and Free Addicting Games at Factorygames\"";
fDesc[4] = "sleek for a freeware. The media library is the main window of the program. Searching for files and browsing the library is very fast, unlike in Windows Media Player. The items found will be automatically grouped according to the genre, artist, and album.";
fDesc[5] = "provides you with latest images of our Earth. Also, it gives you a virtual Moon, Mars, Venus, Jupiter along with the its moons like Ganymede, Europa and Callisto. Another feature is the imagery of the sky and the stars, along with some information about them.";
fDesc[6] = "possible to; visit helpful website that let you know more about your Windows Mobile, gathering free ringtones, downloads, help files or any other benefits, and also link that teaches you how to set-up all types of emails on your device.";
fDesc[7] = "choosing your desired image and name. Then, you can choose to play some of the five games featured: Ride The Tide, Hold´Em Poker, 21 Blackjack, Video Poker or Slots.";
fDesc[8] = "an incredible game, you fall in love with GameSpy Comrade, a revolutionary desktop software designed to make it easier and faster to play games online with your friends.";
fDesc[9] = "against online PokerTH users. PokerTH allows up to seven human players in a game. With PokerTH you can chat with online players, start or join an Internet game and create network games.";
fDesc[10] = "Space community. The easy-to-install and use application will instantly integrate into your Internet Explorer and Mozilla Firefox so that you can easily access MySpace.";
fDesc[11] = "for free with the other members of this open online free music community. The MP2P protocol is a private UDP transport protocol that doesn´t use a central server. The files are downloaded directy from the computer of the other members.";
fDesc[12] = "games. The games run efficiently and the downloads are quick. InstantAction also creates a large game community for everyone to join in. It will surely cause problems in lots of offices around the world. It is the best thing that has happened to multi-player gaming.";
fDesc[13] = "world, that are members of this online community. You will be able to play pool, snooker, chess, poker, darts and other games using a single interface.";
fDesc[14] = "to defend everyone within the community against phishing frauds. Once the first recipients of a phishing mail have reported the target URL, it is blocked for community members as they subsequently access the URL. Widely disseminated attacks (people constructing phishing attacks send literally millions of electronic mails in the expectation that some will reach customers of the bank) simply mean that the phishing attack will be reported and blocked sooner. Features: Traps suspicious URLs containing characters which have no common purpose other than to deceive. Enforces display of browser navigational controls (toolbar & address bar) in all windows, to defend against pop up windows which attempt to hide the navigational controls. Clearly displays sites' hosting location, including country, helping you to evaluate fraudulent urls (e.g. the real citibank.com or barclays.co.uk sites are...";
fDesc[15] = "Community. This Editor allows user to import Music files in these formats: MP3 (16 to 320 Kbps), AAC, MP3 VBR, FLAC, WAV, Ogg-Vorbis. A user can organize and manage his or her own music library, as well as listen to them, since the application includes a music player.";
fDesc[16] = ", tell stories, create your own world and meet interesting people from all over the world.";
fDesc[17] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs.";
fDesc[18] = "designs, and share their creations with other users.";
fDesc[19] = "community, as well as for managing your regular, day-to-day events. Vaishnava Reminder is a free tool for life with compatibility with most of the windows-based operating systems.";
fDesc[20] = "can use the engine to create your own games. The engine is pretty stable and you get all the tools you need. With a large community already using Torque, this is an option to consider for all independent studios.";
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 = '...';
}
}