var fDesc=new Array(); fDesc[0] = "SecureW2 Enterprise Client offers a comprehensive set of features for customers looking for IEEE 802.1X solution to address their authentication needs. SecureW2 Enterprise client has support for a full range of Extensible Authentication protocols (EAP) and all the UI and deployment features to ensure a quick and successful deployment."; 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 = ''; } }