var fDesc=new Array(); fDesc[0] = "Windows Ident Server is a stable, easy-to-setup IDENT server for Windows.
The IDENT protocol is used primarily within FTP and IRC networks as an authentication method. Windows Ident Server handles IPv6 connections. Also, Windows Ident Server can be installed as a service.
Features:
-IDENT server for FTP, IRC and more.
-Get IDENT reply by currently logged on user.
-Get IDENT reply from text file
-Get IDENT reply from psyBNC on Windows (requires rndware psyBNC server)
-Random replies (variable for each random letter)"; 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 = ''; } }