var fDesc=new Array(); fDesc[0] = "Boogy Chat is not just a chat for local networks. This chat was and is still being designed with the only objective, namely, to have a pleasure from the talk.
Main Options:
- Common chat.
- Private talk.
- Talk to several users simultaneously (group talk).
- A convenient list of users adjustable to your preferences.
- The possibility to ignore both individual users and groups.
- Messages may contain not only graphical images (smilies), but also animation.
- Auto-reply (adjustable to your preferences).
- Rich opportunities for adjustment of your own profile (additional information about the user) and viewing of profiles of other users in the chat.
- The possibility to minimize the chat. You will be informed about incoming messages.
- Audio notices of events.
- Operation of the chat without a special program on the server.
- A convenient and simple to use interface; a detailed description of the program.
- Multilingual support.
- Boogy Chat is intended to talk with pleasure!
Boogy Chat - communicate with pleasure!"; 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 = ''; } }