var fDesc=new Array();
fDesc[1] = "system as if they were physically there. UltraVNC is divided into 2 applications: UltraVNC Server and UltraVNC Viewer. The former is the program that has to be installed in the computer to be controlled, and, the latter, is the client program.";
fDesc[2] = "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[3] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out.";
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] = "The software is downloadable and has a chat feature included when playing against other players.";
fDesc[6] = "daily growing collection of thousands of shows, divided in channels. You need to install the program and then signup for an account, that you will need everytime you use the program.";
fDesc[7] = "on right now. Weblin opens a new and exiting world on every web site. Get to know people having the same interests.";
fDesc[8] = "instant messaging, emoticons, and group chat. The application also comes with new desktop notifications from Calendar, Orkut, and Gmail.";
fDesc[9] = "features. Like attractive and user friendly user interface with changeable skins, Audio chat, video chat, audio conferencing, file sharing, photo sharing, emoticons, screen capture, static/dynamic film capture, hidden mode of all window, auto hiding mode of main window and lots more to list.";
fDesc[10] = "level. NetOp Remote Control is composed by two modules: Host and Guest. The computer with the Host module installed is the one being visited or controlled by the computer with the Guest module installed.";
fDesc[11] = "get to know what our children are searching for on the Net, view their send/received e-mail/instant messages, chat, etc. We can view the reports on Web activity, instant message activity, social networking profiles, and instant message alerts.";
fDesc[12] = "saves all your chat logs on it whether it is from MSN Messenger or YAHOO Messenger or SKYPE, or any other program. Now you don’t have to worry, it will be erased and untraced.";
fDesc[13] = "HTTP tunnel restrictions will allow you to use your favorite chat applications like MSN, AOL, Yahoo Messenger, ICQ, Miranda, Trillian, or mIRC, that otherwise will be firewalled.";
fDesc[14] = "single IM platform. Through video chat you can communicate face to face with friends on any IM network.";
fDesc[15] = "Skype Call Recording, Skype Video Recording, Skype Chat Recording, Skype Call Transfer, Rich Mood Editor, Answering Machine. VideoMail, Mega Emotion Sounds. Auto Chat Reply. Birthday Reminders. Email Forwarding, Contact Personalization and Skype Publishing.";
fDesc[16] = "IM contacts and stores chat logs securely on a server, allowing free access from PC, laptop or any web-enabled device.";
fDesc[18] = "anywhere in the world and chat with them online in real time. Although the software is free we have to register and pay to be able to use most of the services provided such as unlimited Online Chat, E-mail Message, send SMS to members, and Send a Kiss.";
fDesc[19] = "client. Thus, with this program you can create a chat window that you can put on your website for people to use and chat with operators. The main use for this kind of system takes the form of live chats for support.";
fDesc[20] = "for developing software solutions with the emphasis on users who prefer audio/aural programs rather than visual. Users of this program create accounts in the set up menus of the Klango Player 2.0 and this provides them with access to the Klango Open Media catalogue";
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 = '...';
}
}