var fDesc=new Array(); fDesc[0] = "XpressConnect lets administrators create a wizard that end users can run on their computer (running Windows, Mac OS, or Ubuntu Linux) or iPhone to automatically configure the encryption and PEAP or TTLS authentication settings of the network.

This can also include other network related settings that can help get users connected. Both wireless and wired 802.1X authentication are supported, in addition to WEP, WPA/WPA2-PSK and unprotected access."; 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 = ''; } }