var fDesc=new Array(); fDesc[0] = "WeIRCd is a robust, simple & easy-to-use IRC daemon for both the Windows operating system and Unix systems (Linux, Bsd, Mac OS X) which is open-source and free to use!

Main features:
- Easy installation & administration
- Built-in ChanServ, NickServ to be used without a lot of configuring
- Dynamic modules & extensions (loadable at runtime)
- Only few dependencies regarding external libs
- Not depending on any runtime environment and reasonably fast because written in native C"; 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 = ''; } }