var fDesc=new Array();
fDesc[1] = "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[2] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin.";
fDesc[3] = "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[4] = "(landline or mobile). It provides a good service at good rates, but they depend on the country the call is made to. A PC with internet connection, headphone and a microphone are required.";
fDesc[5] = "Thanks to its integration with Skype, its capable of doing phone calls to another Skype (or MySpaceIM) users, regular phones or cell phones. Users can get their own number and voicemail, or forward phone calls to their cells when they are offline.";
fDesc[6] = "computer in a VOIP (voice over IP). It looks just like a normal telephone where the the send button an the key numbers are displayed.";
fDesc[7] = "instant messaging, emoticons, and group chat. The application also comes with new desktop notifications from Calendar, Orkut, and Gmail.";
fDesc[8] = "Outlook to make PC-to-PC calls, voicemail, instant messages and SMS. The phone calls are recorded in MP3 format in order to storage them.";
fDesc[9] = "messenger that lets you make and receive phone calls. But sometimes you´re not sitting in front of the machine, and you can´t answer the calls you receive in your Skype client. The purpose of this program is to act as an answering machine will do with a telephone line.";
fDesc[10] = "softphone for Windows. This application is very useful for making and receiving phone calls via your computer. With 3CX VOIP phone you can make phone calls directly from your PC or laptop to any mobile or landline.";
fDesc[11] = "messages including logos and picture messages. An excellent logo editor completes the features of this program.";
fDesc[13] = ", customized greeting, remote retrieval, email notification, visual and audio alert, and more. Download it now!";
fDesc[14] = "over the Internet (VoIP).";
fDesc[15] = "calls, and it can notify you by pager of incoming fax or voice calls. MessageASAP runs in the background, and can convert inbound m...";
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 = '...';
}
}