var fDesc=new Array(); fDesc[0] = "Chatte mit easy.LA Mitgliedern und versende animierte Smilies.
Using our Multi Chat function, you can chat with more than one person at the same time. With easy.LA Messenger, you can chat with friends who use other messengers (like ICQ, MSN, Google Talk or Jabber).
Editing mode: Change your last message. Your chat partner only sees the changed notice.
Contacts that do not use any messengers can be contacted directly through easy.LA Messenger (chat invitation via email).
Let yourself be called by visitors to your web and profile page.
Are too many single chat windows annoying? Then switch to tabbed chat."; 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 = ''; } }