var fDesc=new Array(); fDesc[0] = "webPass simplifies delivery of IT resources within the Unified Workspace by providing seamless authentication to applications, files and reports. webNetwork’s single sign-on utilizes Lockbox technology which means that users can authenticate once to their workspace and then access all IT resources without needing to authenticate again. Non-directory credentials will be stored securely in the Lockbox, while personal webPass allows single sign-on for non-IT resources, allowing users to access everything they need from one location."; 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 = ''; } }