var fDesc=new Array(); fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype."; fDesc[2] = "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[3] = "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[4] = "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[5] = "AIM."; fDesc[6] = "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[7] = "Yahoo! Messenger's Invisible Settings and check if some of your contacts are invisible for you or really offline. It can even tell you if your contact is in a Chat Room or if his webcam is online."; fDesc[8] = "that different to other pool games already seen, but the stuff around the game is what makes this game pretty unique.The game provides extensive help to get the most out of Cue Club. You can try this game for 60 minutes before you buy the licensed version."; fDesc[9] = "Chrome, Mozilla Firefox, Microsoft IE and Opera, as well as most common chat and email software. Deletes the information for good, instead of hiding it."; 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] = "can do that directly from the program. After entering your personal data, they will send you by email the password you´ll need to use."; fDesc[13] = "in real-time via instant text and voice messages. It provides public/private messaging channels, voice chat room, etc. We can customize the program language from the settings options, set user names, passwords, and specify permissions for each one."; fDesc[14] = "computer can handle, or simply one in fullscreen. Great Chat Rooms. May embed MySpace, YouTube, Yahoo or Google video into profile."; fDesc[15] = "messaging (PMs). Chat rooms are fully moderated by user admins who can control disruptive behaviour by other users. Online support is also available in Help lobby by contacting any of the red admins who work/ volunteer for the program."; 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 = '...'; } }