var fDesc=new Array();
fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons.";
fDesc[2] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[3] = "free singing up. It gathers all communication, productivity and collaboration's tools in just one Web browser. Acrobat.com mainly aims at allowing people to collaborate in their e-documents.";
fDesc[4] = "devices. In order to do that we need to have a computer either with a USB plugin Bluetooth wireless adapter or a Broadcom enabled embedded.";
fDesc[5] = "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[6] = "Windows, Linux and OS X. The communication between peers is assisted for a third party server (a mediation server). That mediation stops when the communication is established.";
fDesc[7] = "\"these expressions\" in our computer, making a single call from our computer to others. This software called Microsoft Life Cam version 2.4 is a single program which works with several kind of cameras and of course we can enjoy and talk in a video-conference way.";
fDesc[8] = ", 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[9] = "communication, files, etc., providing a comprehensive protection against malware, e-mail, viruses, phishing,malicious contents, spywares, spam,hijackers, threats and all kind of attacks on-line.";
fDesc[10] = "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[11] = "messenger. It is basically a window that shows your contacts from your address book and a window by its left that shows your camera. As I said before, VZOchat is big on using your webcam to enhance the instant messaging session.";
fDesc[12] = "made its grand debut on the XBOX 360 when the console was just released. The game introduced certain features that were long missing from the previous games. The most important change from the previous game is the great graphics that this game has.";
fDesc[13] = "or do not use any Microsoft communication software such as Outlook, Outlook Express or Microsoft Exchange. This useful application is a converter solution for those who are using another kind of communication programs.";
fDesc[14] = "interface. It is designed for single or multiple users.This powerful communication software has all the options related to this branch.";
fDesc[15] = "well as improve your written skills and your performance in those all important meetings. The cheapest and most comfortable way to learn communicating.";
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 = '...';
}
}