var fDesc=new Array();
fDesc[1] = "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[2] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system.";
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] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting.";
fDesc[5] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!";
fDesc[6] = "millions of people in existing audio and video chat rooms, or create a video-conference of your own to bring together other PalTalk users with similar interests. You'll enjoy 6 full video windows of your friends while communicating in chat rooms.";
fDesc[7] = ", no matter where they are in the world. ooVoo has many great features — from video calls with up to six people at once to video messaging to chat and file transfer capabilities.";
fDesc[8] = "through frames, effects, and themes. This incredible program launches automatically when you start a video chat with any of your favorite chat clients, so you can apply fun effects simply and easily.";
fDesc[9] = "Dell Video Chat, clothed in black, has a beautiful and comfortable interface, very intuitive and not that different from other commonly used software of this kind.";
fDesc[10] = "chat with users of the same client. That is to say, you won’t be able to chat with Yahoo Messenger or MSN Messenger users. It creates conflict with AVG antivirus, so in order to install Beyluxe Messenger and use it without errors you might need to uninstall AVG.";
fDesc[11] = "obtain a free account at http://www.eyeballchat .com/download/register .php. Once completed your registration, you´re ready to go. The program´s modules are stackable, you can arrange them as you want, sticking their windows side by side.";
fDesc[12] = "dial-up network. IM Magician was developed to work as an additional utility and as a standalone application. It is used with other chatting programs, such as Skype, MSN, QQ, Yahoo Messenger and others.";
fDesc[13] = "feature-rich effect templates. This incredible program makes your video chatting experience more fun and entertaining than ever before.";
fDesc[14] = "Yahoo ID you can immediately start chatting in numerous chat rooms, contacting people from all over the world. If you don’t have a Yahoo ID you can get one right from the very same application, within a few minutes and following simple steps.";
fDesc[15] = "in real time using an interactive video that hides your real identity. The program includes a great variety of built-in video and audio effects and ready-to-use nickfaces/voices that allow you to express your emotions in real time.";
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 = '...';
}
}