var fDesc=new Array(); fDesc[0] = "GCN is really a very powerful and convenient tool that integrates into a single program multiple functions for communication via Internet.
From a single screen, with a comfortable and intuitive interface, you can perform many activities: 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; and much more.
All this supplemented with shortcuts for creating your profile, adding users, searching user profiles, pre-selection of chat rooms according to your interests, the ability to record your favorite site for quick access and, also, the possibility of establishing security settings to control the entry of unwanted messages.
It also includes other useful functions in the same program, such as shared whiteboard, a translator for several languages, online games and the ability to manage Windows Media Player from the program window.
Additional advantages to note are the following: it is free, lightweight, displays the interface in several languages (English, Spanish, German, French, Italian and Portuguese) and supports connection with users of AIM, MSN, ICQ and Yahoo. It runs on Windows 95/98/98SE/Me/2000/NT/XP and both the installation and registration to start using it are very quick and easy."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }