var fDesc=new Array();
fDesc[1] = "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[2] = ", Yahoo Messenger, AIM, and ICQ. VoIP features include free internet calls, low cost PC to phone, and phone to PC calls.";
fDesc[3] = "usage. You can observe the connection diagram of your network with the computer you are using, the router, other computers connected on the network, etc. The computer has a gauge that shows how much data you are sending and receiving over the network.";
fDesc[4] = "looks like a real flame. Features: - Real-time heart beating! - Very realistic real-time fire effect and more";
fDesc[5] = "speed of the internet connection optimizing the way of sending and receiving files in real time. Network pinger allows you to stay connected to your ISP with control of ping intervals, host, and sound. Ram booster helps to set free physical RAM memory.";
fDesc[6] = "great features are: a powerful system to avoid virus and worms that are usually sent by this route; the possibility of sending and receiving messages in HTML, and one of the most interesting features, you can visualize the messages directly from the server before unloading them.";
fDesc[7] = "softphone for Windows. This application is very useful for making and receiving phone calls via your computer. With 3CX VOIP phone you can make phone calls directly from your PC or laptop to any mobile or landline.";
fDesc[8] = "intuitive interface will allow you to: access public chat rooms, private chats, voice conversations, video conferencing, sending and receiving emails, sending instant private messages; files and cards; integrated web browser, sharing your desktop with other users.";
fDesc[9] = "messages. When creating a new message it is possible to attach files, check spelling, utilize a signature, and encrypt the information. It supports Unicode characters. Also you can manage your contacts and schedule events with the Calendar.";
fDesc[10] = "viruses and trojans. We can also simply clean our inboxes of junk mail. We can add different filters for blocking our spam: those can be complex filters, a white list, a black list, an HTML validator, Bayesian filter and DNSBL filter.";
fDesc[11] = "correctly copy as many calls and serial numbers as you can.";
fDesc[12] = "Visual Basic, ASP, C#, C++, Access(VBA) etc. Features: sending, receiving, status reports, long sms, logo/ringtones/ems, phonebook. Help online.";
fDesc[13] = ", data exchange with other applications over shared file, logging all activities, client examples for sending";
fDesc[14] = "for creation invoices, sale orders, purchase orders, receiving lists, payment receipts, labels with bar codes";
fDesc[15] = "protocol for Microsoft Exchange Server 2000/2003 and Small Business Server 2000/2003. NPC is a standard solution for MS Exchange Server: Connector.";
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 = '...';
}
}