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] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom.";
fDesc[3] = "colleagues. It provides instant messaging, PC-to-PC voice and video chat, files transfers and email notifications. There is also ICQ client integrated in this version (5.3) of the program.";
fDesc[4] = "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[5] = "capable of joining users of ICQ, MSN, AOL Instant Messenger (AIM), Yahoo Messenger, IRC and Google Talk into a single chat space.";
fDesc[6] = "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[7] = "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[8] = "accounts from the most popular IM services and use them all from within a single application. Graphically, I would say it resembles ICQ. It even has a couple of ICQ icons here and there.";
fDesc[9] = "ICQ-servers and has a bright design, games, avatars, visit cards, many decorations and so on. ICQ Lite allows users to send or receive messages as well as communicate in the chat mode using web-cameras, play on-line games and transfer different files.";
fDesc[10] = "and wallpapers to get rid of the Windows traditional look. Theme Manager is complete software made for all your OS look related matters.";
fDesc[11] = "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[12] = "something with your friends, family or relatives on your personal computer then most probably you select the option to save the password by the messenger so that you will not required to type your username and password each time to login to your account.";
fDesc[13] = "others, you should keep yourself prepared for the these. In such cases a simple backup solution will not serve your purpose. You need a handy and reliable tool like “Handy Backup” to serve you with automated, incremental and mirror backup facilities.";
fDesc[14] = "recorded from any source. With Webcam Recorder you can replay some of your favorite moments. Webcam Recorder can record anything which can be displayed on your screen - webcams, streaming video, video chat and instant messaging software. Webcam Recorder is the easiest and fastest way to record ICQ webcam of your chat partner to the hard disk for replay in future.";
fDesc[15] = "you. The program supports almost all AIM / ICQ clients through manual connection settings. The program must be installed on the computer of the person you are chatting with, so the encryption can work. The program has sound effects and balloon notifications.";
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 = '...';
}
}