var fDesc=new Array(); fDesc[1] = "version of Windows Live Messenger 2009 but want to enjoy all the benefits and added Plus!. Yes, this version is the official version released by the sponsor program and resolves all problems of incompatibility that existed between messenger 9 final messenger plus live."; fDesc[2] = "user-to-user conversation. It uses a chat similar to IRC (Internet Relay Chat) . You can configure the channel you are using with many options, send TTS (Text-to-speech) messages or adjust sound effects including surround and playback or record voice streams."; fDesc[3] = "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[4] = "to install and use. Works on the TCP/IP based networks and supports Windows/Citrix terminal services."; fDesc[5] = ", companies, etc., as it offers a secure, fast and effective method for transferring files, sending messages, voice chat, shutdown, etc. In addition, we are allowed to change the connection properties, set up passwords, lock/unlock accounts, and more."; fDesc[6] = "multiple users chat and private-message exchange with offline messaging ability. The messenger can log all your messages to the log folder you choose on your computer so that you could find and read them whenever you need."; fDesc[7] = "WWW Server. This software is a must-have as it provides an economic yet secure remote control connection specially designed for enterprises, institutions, companies, etc, where it is necessary to easily communicate with multiple users."; fDesc[8] = "broadcast, emailing, archiving, FTP upload, chat server, windows media server, video recording etc. Use any capture device to stream video. Supports more than 1500 capture devices, TV tuners included Use the zoom feature with any webcam Tilt/Pan/Zoom for Logitech Sphere, Creative Live! Motion, Typhoon Motion Cam and others may be configured to run as Service"; fDesc[9] = "computer. You can easily run this program in background using a Windows account, and log every conversation on MSN and Windows Live Messenger. Not just conversations, it will record every message and notice that you see over the MSN conversation window."; fDesc[10] = "IM contacts and stores chat logs securely on a server, allowing free access from PC, laptop or any web-enabled device."; fDesc[11] = ", suitable for parent controls, manage log efficiently and safely with advanced search engine and encrypt method, has ten color themes and reading mode"; fDesc[12] = "programs, such as ICQ, RQ, Trillian (the famous all-in-one chat client), Camfrog, which is the best video chat client and, many others."; fDesc[13] = "compressed file and much more! Messenger Backup also include a Scheduled Backup and Chat Logger features!"; fDesc[14] = "customers by providing live web chat. PLUS - get detailed web analytics reports from the SQL database back end."; 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 = '...'; } }