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] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera.";
fDesc[3] = "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[4] = "speeding resolution of customer-reported problems. PC-Doctor 5 for Windows provides support technicians with powerful hardware diagnostics and system information tools to speed call resolution and increase first-call resolution rates.";
fDesc[5] = "(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[6] = "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[7] = "best part is that you can call any country any place or any valid number across the globe. Providing 5 different applications this software is a must use software.";
fDesc[8] = ", Yahoo Messenger, AIM, and ICQ. VoIP features include free internet calls, low cost PC to phone, and phone to PC calls.";
fDesc[9] = "part of the world. The service is really cheap and works perfectly. It also enables you to call other VoiPCheap users all over the world for free.";
fDesc[10] = "can call anyone via the internet who has installed any SIP softphone. The program is really easy to install and use, and within minutes you can speak to family, friends and colleagues around the world. If you want even more fun, you can connect your webcam or other video device to it.";
fDesc[11] = "at a very low rate. With this you can call your online friends absolutely free. WebCallDirect provides you with 90 free days, during which you can make unlimited calls to around 30 countries.";
fDesc[12] = "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[13] = "phone calls from your PC to another PC and from your PC to a regular phone line, thus allowing your PC to send faxes to anywhere in the world. This is done using something called \"IP Telephony\".";
fDesc[14] = "make phone calls to landlines or cellphones, with lower fees than the charged in regular calls. WengoPhone 2.1.2 can be installed in English or French.";
fDesc[15] = "with other CallBurner users free of charge. This amazing plug-in provides you with high quality recording. It also enables you to record each side of the call to a separate file.";
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 = '...';
}
}