var fDesc=new Array();
fDesc[1] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available.";
fDesc[2] = "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[3] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads.";
fDesc[4] = "your webcam image. You can then use those effects with any instant messenger. Since you are modifying the webcam feed itself, the image will be the same on every messenger. You modify it directly from the application, and not the messenger window.";
fDesc[5] = "from PC to mobile phones all around the world. Instant and uninterrupted connectivity with your buddies allow you to chat with them as easily as it would be with an Instant Messaging Buddy.";
fDesc[6] = "activity, it is primarily intended for gaming.";
fDesc[7] = "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[8] = "not just limited to voice changing, but it is also optimized for online gaming and it may be even used for playing pranks with friends via VoIP and instant messages as well.";
fDesc[9] = "instant messaging. Does not require a dedicated server and may be used instead of WinPopup.";
fDesc[10] = "chat typing text in a Window, with a person or group. While chatting, you can use different fonts, colors, backgrounds, emoticons and winks.";
fDesc[11] = "ICQ. ICQ was great, but it wasn't as organized and as neat as MSN Messenger. The same happens with iSpQ. When you first launch it, you will be welcomed by a screen with usernames.";
fDesc[12] = "execute a game when you enter the same game channel. Instant messaging between users is also available. Needs port 1698 and ICMP echo in order to work properly.";
fDesc[13] = "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[14] = "chats, sending files to a particular recipient or multiple recipients at once, and sharing your directories. It includes numerous configuration options to make usage of the window more convenient and flexible. It runs on Windows 98/98SE/Me/2000/XP.";
fDesc[15] = "latest technology to chat with AUDIO and VIDEO, and enjoy a free trial of x-Treme video service when you sign up!";
fDesc[16] = "friends, family, colleagues, etc. Have a quick chat with text messages, and you can even send text messages to mobile phones (where service available). New features include Nudges and animated Winks to help you get attention or emphasize your point.";
fDesc[17] = "software allows you to organize chat-events, collaborative work sessions or online meetings. It brings you high-performance and rock solid stability with fast and easy installation on all major operating systems.123 Flash Chat server software can integrate existing database of forum or website. It's fully-customizable to admin and end-user.";
fDesc[18] = "of chat participants, chat messages and outgoing message. And you can also set to your status online, away.";
fDesc[19] = "can do that directly from the program. After entering your personal data, they will send you by email the password you´ll need to use.";
fDesc[20] = "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.";
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 = '...';
}
}