var fDesc=new Array(); fDesc[0] = "IGA is a virtual network - for meeting and playing with real people from all over the world.
ICQ client fully functionally ICQ protocol (ICQ 2001).
(Message, Info, MultyUsers, Load ICQ database, show User IP and more).
IRC client with searching IRC Channels.
Email client (send and receive Email).
MP3 Player - for play mp3, wav files, PlayList, equalizer.
FTP/HTTP download manager - selecting download speed.
IGA Games: Changer, Flyball, Backgammon, Balls, Scrabble, Chess.
Live smiles and photos in IGA.
Popular WEB Chats."; 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 = ''; } }