var fDesc=new Array();
fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype.";
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] = "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[4] = "VoIP calls and Instant Messaging conversations.";
fDesc[5] = "fee. Upon installation, the user can add contacts to the contact list and start calling them seamlessly. The call quality is good even on slow Internet connections.";
fDesc[6] = "highly helpful. It is called CrazyTalk for Skype Media Edition. CrazyTalk for Skype Media Edition is a powerful tool to be useful to Skype users. CrazyTalk for Skype Media Edition allows users to create new video Avtars, would also allow you to share your number of media items.";
fDesc[7] = "for recording calls. Works in automatic/manual mode, automatically compresses recordings to MP3/WMA, can work in spy mode, has user-friendly interface";
fDesc[8] = "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[9] = "calls automatically. It is really simple to create a new recording. All you need is to run Skype Recorder.";
fDesc[10] = "recoded messages or anything on your mind in MP3 format as a ring back tone. It also allows you to get back to the original Skype answering panel with your existing settings by just closing the application.";
fDesc[11] = "other words, if you download SkypeCap and install it, it will become a gateway between Skype and the Internet, and, thus, will be able to capture all the traffic that goes through it.";
fDesc[12] = "which makes your interaction easier. It provides on-screen information about the location of the recorded conversation and also gives you the option to select the type of recording mode, namely Mono, Stereo and Joint Stereo.";
fDesc[13] = "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.";
fDesc[14] = "this does is show you your location when you are chatting. Now, this application is only really worthy of your time if you have a static IP address.";
fDesc[15] = "Skype Call Recording, Skype Video Recording, Skype Chat Recording, Skype Call Transfer, Rich Mood Editor, Answering Machine. VideoMail, Mega Emotion Sounds. Auto Chat Reply. Birthday Reminders. Email Forwarding, Contact Personalization and Skype Publishing.";
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 = '...';
}
}