var fDesc=new Array(); fDesc[1] = "notification. You can manage all of your conversations in a single message window. Besides, you can send your friends an SMS from your PC with ICQ. Your friends can SMS back from their mobile directly to your ICQ message window."; fDesc[2] = "Warner corporation. The last version of AIM Triton has opportunities of IP-telephony, it supports universal Plaxo address book, it can send sms through a computer (under the condition of installing necessary plug-ins) and many other enhancements."; fDesc[3] = "voice chat and web cam facility, and the sound and picture quality is similar to Yahoo's and MSN. It is also possible to send SMS to mobiles using the software, which is an additional feature."; fDesc[4] = "allows us to connect to a remote computer server. The connection modes are Full Control, View Only, Telnet, File Transfer, Shut down, Chat, Voice Chat and Send Message. Depending on the selected mode, a specific window will be opened so we can enter the details. We can create Phone Books."; fDesc[5] = "our computer network. We can control and view remote screen, transfer files, Telnet, redirect, start up, shut down, text chat, audio chat, filter IP addresses, and send messages to any remote computer where the program has been previously installed."; fDesc[6] = "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[7] = "activity, it is primarily intended for gaming."; fDesc[8] = "instant and free downloading. Its setting up is very easy and quick. In the setting up process we can choose to install additional features such as AIM Tunes and QQ Games."; fDesc[9] = "communication utility. Its simplicity is complemented by stability and high performance."; fDesc[10] = "Yahoo ID you can immediately start chatting in numerous chat rooms, contacting people from all over the world. If you don’t have a Yahoo ID you can get one right from the very same application, within a few minutes and following simple steps."; fDesc[11] = "in real time using an interactive video that hides your real identity. The program includes a great variety of built-in video and audio effects and ready-to-use nickfaces/voices that allow you to express your emotions in real time."; fDesc[12] = "Online Games- High-Quality Voice Output, Advanced Tune- 2-Dimensional Voice Pitch & Voice Timbre Changer-"; fDesc[13] = "run on the part of the client when using Radmin Communication Server 3.0, an online instant voice chat and text chat messaging tool for enterprises."; fDesc[14] = "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[15] = "public or private. You can join to chat rooms to find communities to share interests. Also you can watch your friends list."; 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 = '...'; } }