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] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from.";
fDesc[4] = "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[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] = ", Yahoo Messenger, AIM, and ICQ. VoIP features include free internet calls, low cost PC to phone, and phone to PC calls.";
fDesc[7] = "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[8] = "landlines worldwide offering free or low rates depending on the location of the call recipient. With this program you can also call other VoIPBuster users all over the world for free.";
fDesc[9] = "when you hear VOIP you think Skype, but there are so many applications that do exactly the same and perhaps better. I am thinking that this one is one of those contenders. Although not as popular, it provides great services and call quality.";
fDesc[10] = "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[11] = "will be able to call anywhere from the comfort of your computer chair, and that is priceless. Gizmo5 is a strong competitor of Skype. Both are the best-known applications of the type, Skype probably being the most famous.";
fDesc[12] = "as it is SIP compatible like Asterisk. It is easy to use and setup, and it has all the options you may want from a basic IP phone.";
fDesc[13] = ", anyone can now implement a scalable VoIP based PBX. This incredible program works as a telephone switch connecting to phone lines and extensions using the latest VoIP technology.";
fDesc[14] = "It is a free downloadable program that will work for you only after buying a prepaid account to make phonecalls through fone2globe. Not useful for other Voip pbx or services.";
fDesc[15] = "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.";
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 = '...';
}
}