var fDesc=new Array(); fDesc[0] = "Internet Authentication Service (IAS) is the Microsoft implementation of a Remote Authentication Dial-In User Service (RADIUS) server and is included in the Microsoft Windows 2000 Server family.

IAS performs centralized connection authentication, authorization and accounting for many types of
network access, including wireless, authenticating switch, dial-up and virtual private network (VPN) remote access and router-to-router connections."; 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 = ''; } }