var fDesc=new Array(); fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software."; fDesc[2] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from."; fDesc[3] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums."; fDesc[4] = "utility developed by Microsoft Corporation to upload and share any type of files, like photos, music, documents, etc, with your family and friends through SkyDrive."; fDesc[5] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface."; fDesc[6] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!"; fDesc[7] = "millions of people in existing audio and video chat rooms, or create a video-conference of your own to bring together other PalTalk users with similar interests. You'll enjoy 6 full video windows of your friends while communicating in chat rooms."; fDesc[8] = "Yahoo!, this application is targeted at gamers. It is a simple application that does without all the unnecessary features of those messengers. The main window has information that resembles the friends tab of Xbox Live!"; fDesc[9] = "\"these expressions\" in our computer, making a single call from our computer to others. This software called Microsoft Life Cam version 2.4 is a single program which works with several kind of cameras and of course we can enjoy and talk in a video-conference way."; fDesc[10] = "guerrilla wars and the diamond struggles, is the setting for one of the most detailed and worked first person shooters ever. You play the role of a mercenary who is sent to Africa to kill a weapon's dealer who has armed both sides of a war that is killing a whole country."; fDesc[11] = "computer. If it is so than this small utility is a must for you. This software is very much similar to Remote Assistance already available with Microsoft Windows."; fDesc[12] = "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[13] = "your friends on Yahoo!, icq and AOL. You don't have to start those applications anymore if you are on Paltalk and have the Messenger Interop application downloaded. Simply click on an icon of Yahoo, icq or AOL, log on and start chatting with your friends on those messengers."; fDesc[14] = "features. Like attractive and user friendly user interface with changeable skins, Audio chat, video chat, audio conferencing, file sharing, photo sharing, emoticons, screen capture, static/dynamic film capture, hidden mode of all window, auto hiding mode of main window and lots more to list."; fDesc[15] = "developer’s website. It is a quite basic game where our main goal is to get the keys, which open the cages where the naughty hunter keeps the monkey’s friends. We must destroy as many blocks as possible to get to the next level."; 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 = '...'; } }