var fDesc=new Array(); fDesc[1] = "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[2] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system."; fDesc[3] = "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[4] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more."; fDesc[5] = "will be loved by current users. While this software can store basic information of the contact in your contact list, it can also give you one click access to the chat history."; 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 webcam image. You can then use those effects with any instant messenger. Since you are modifying the webcam feed itself, the image will be the same on every messenger. You modify it directly from the application, and not the messenger window."; fDesc[8] = "eCards when chatting with your friends or sending them e-mails. Crawler Smileys works with ICQ, MSN Messenger, Windows Live Messenger, etc. and with many webmail applications."; fDesc[9] = "chat with users of the same client. That is to say, you won’t be able to chat with Yahoo Messenger or MSN Messenger users. It creates conflict with AVG antivirus, so in order to install Beyluxe Messenger and use it without errors you might need to uninstall AVG."; fDesc[10] = "MSN Messenger. This tool is easy to use and to install, while the support is also very quick and prompt. The tool is available for using with more than 10 languages."; fDesc[11] = "Messenger or Windows Live Messenger (WLM). With features like cut, crop, resize, display delay and picture comments, it provides vast options to users for instantly creating and sharing their messenger avatars."; fDesc[12] = "Windows Messenger passwords stored on your computer."; fDesc[13] = "version 6.x to 7.x and the Windows Live Messenger. It allows us to do a multiple selection to save a group of pictures in any folder that we select."; fDesc[14] = "copies and take with you all your MSN extras to use them when you connect to Internet from other PCs. The version 1.3.3 runs with Microsoft MSN Messenger 7, 7.5 and Live Messenger 8.0, 8.1 and 8.5"; fDesc[15] = "install them in your messenger. If that is not enough for you, you also have the possibility of downloading more winks online. You can have a preview of winks before installing them into your messenger."; 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 = '...'; } }