var fDesc=new Array(); fDesc[0] = "The core program is just a plugin loader - all functionality is made available via plugins. This enforces modularity and ensures well defined component interaction via interfaces.
Features:
- Several independent profiles
- Multiple accounts in one profile
- Nested roster groups
- Support JID escaping
- Storage of history both locally and on the server, with the possibility of replication of history from the server to your computer
- Agreed off save messages (mode OTR)
- Full support for Jabber conferences
- Create a bookmark at the conference with the possibility autologin
- Support for CAPTCHA form, with the possibility of transmission without the use of browser
- A few named windows with tabs for chats and conferences"; 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 = ''; } }