var fDesc=new Array();
fDesc[1] = "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[2] = "want to install any application from Google Pack and guides you to the whole installation process. With this program you can also monitor the status of your installation, run the software that has been installed on your computer and uninstall the programs.";
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] = "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[5] = "Warner corporation. The last version of AIM Triton has opportunities of IP-telephony, it supports universal Plaxo address book, it can send sms through a computer (under the condition of installing necessary plug-ins) and many other enhancements.";
fDesc[6] = "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[7] = "capable of joining users of ICQ, MSN, AOL Instant Messenger (AIM), Yahoo Messenger, IRC and Google Talk into a single chat space.";
fDesc[8] = "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[9] = "very useful for personal, web, experimental and even professional radio operations. It is a very robust, stable, versatile and reliable software with many features.";
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] = "instant messaging, emoticons, and group chat. The application also comes with new desktop notifications from Calendar, Orkut, and Gmail.";
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] = "distorts it before playing it. Translator Fun is a free voice pack that contains seven new voices: Body Noises, Burpalator, Computer Talk, Phone Talk, Random Body Noises, Random Censor and Xylophone.";
fDesc[14] = "and guidance. Talk 2Desktop is a unique software that enables the user to open any program desired just by using his voice. Along with that, Internet works can also be handled. Anything can also be done, including document handling.";
fDesc[15] = "computer with a click of a button!";
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 = '...';
}
}