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] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available."; fDesc[4] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages."; fDesc[5] = "be chatting on MSN, Google Talk, or Yahoo simultaneously because you can log in to accounts multiples at the same time. It can run on every Windows version. Every standard feature today in chat networks is supported."; fDesc[6] = "messengers. You can use MSN messenger, Yahoo! Messenger, ICQ, AIM, and more. The support for the messenger's features is not as great as the original applications."; fDesc[7] = "your web camera output. The program can replace the video output from your webcam with any other video clip or even with images from your computer."; fDesc[8] = "capable of joining users of ICQ, MSN, AOL Instant Messenger (AIM), Yahoo Messenger, IRC and Google Talk into a single chat space."; fDesc[9] = "if they are online, even if they are invisible or are using Stealth Mode."; fDesc[10] = "playlists or download and stream music with the Yahoo! Music Unlimited subscription service. Besides, you can create your own radio stations based on your taste by rating different songs and artists, and share it with your friends in Yahoo Messenger."; fDesc[11] = "or join chat rooms, with thousand of different themes. create pal groups, play games on line with another Paltalk users, chat with AOL IM, ICQ and Yahoo! Messenger users. If you invite friends to join Paltalk, you will be rewarded with Paltalk points."; fDesc[12] = "yahoo. When we open the program we find a clean and simple interface, in it we can open files for show them the video and this give the illusion that we are on live but really we are passing a video or image."; fDesc[13] = "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[14] = "conversations from Yahoo Messenger on all the computers in a local network. Yahoo Messenger Monitor Sniffer can record all conversations and save them for a complete analysis. These conversations are saved in a folder named with the date and time and save different files in HTML format."; fDesc[15] = "passwords for Yahoo messenger accounts, when they are stored on the user system. The application recovers stored user login data for the computer user. The program will diplay all the data about the user Yahoo accounts, as well as the user password, in an completely automatic and instant manner."; 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 = '...'; } }