var fDesc=new Array(); fDesc[0] = "+ #Main chat.
- + Private chat
- + #Channels open and private
- + Message board
- + Private message
- User informations
- AVATARS
- Send File with pause and bandwidth control
- Send Picture from Clipboard
- Beep user / group
- View computers and shares from your network
- Message on Messenger service/Winpopup program
- More than 200 ANIMATED SMILES and the possibility to add your own
- Buletin Board Code (Bold,Italic,Underline,Insert: IMG,QUOTE,URL,HR)
- Quick messages with key combinations Shift+F1...F12
- Commands /? /help /me /here /clear /nick etc
- 3 Chat modes Here/Busy/Away with customizable messages
- Ignore private messages/ all messages
- Add to block list (message filtration)
- Online Alerts
- Chat logs
- Transparent icons when chat is not in front/hidden
- Multilanguage support --> Curent : Lang: Eng,Ro,Swedish, Spanish, Polish , Slovak , Italian , Bulgarian , Danish, German ,Russian, Turkish, Ukrainian, Slovenian, Czech, Dansk, French, Latvian, Portuguese, Urdu, Dutch, Hungarian, Serbian; (i need more translations);
- * MANY MORE THAT YOU HAVE TO DISCOVER :) *"; 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 = ''; } }