var fDesc=new Array();
fDesc[1] = "MSN Messenger. This tool is easy to use and to install, while the support is also very quick and prompt. The tool is available for using with more than 10 languages.";
fDesc[2] = "with both TCP/IP and IPX/SPX network protocols. You get an interface comparable to mIRC's and ICQ-like functionality.";
fDesc[3] = "activity, it is primarily intended for gaming.";
fDesc[4] = "software onto your PC. But with IMVU you create your own avatars who chat in animated 3D scenes. Check it out and experience 3D chat for yourself!";
fDesc[5] = "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.";
fDesc[6] = "Forex market , you can also use it to check the price of different currencies in relations to each others . you can also use this software to practice trading currencies.";
fDesc[7] = "of chat participants, chat messages and outgoing message. And you can also set to your status online, away.";
fDesc[8] = "supports most of the instant messengers.";
fDesc[9] = "person, or giggle in new voice with online friends. It is a powerful tool for doing video chat online and sharing video clips";
fDesc[11] = "sales through website. Contact Center provides website visitors with free contact channel with the website owner, customer support or sales agents";
fDesc[12] = "product online and give superior customer support service. With just the click of the mouse, your web site visitors contact";
fDesc[13] = "messaging (PMs). Chat rooms are fully moderated by user admins who can control disruptive behaviour by other users. Online support is also available in Help lobby by contacting any of the red admins who work/ volunteer for the program.";
fDesc[14] = "it allows friends/colleagues to chat with you through a Web Browser (IE, Netscape, Mozilla, Opera etc.) on any computer.";
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 = '...';
}
}