var fDesc=new Array(); fDesc[0] = "This requires client installation on the user’s computer. On every log on attempt, SSCyberoamSetup.exe is executed automatically and installs the Cyberoam SSO Client if Client is not available on the user machine. It works with Windows 2000 Professional / XP / Server 2008 / Vista and Windows 7. Cyberoam Transparent Authentication Suite (CTAS) is the Single Sign On (SSO) for Cyberoam Identity-based UTM appliances. It authenticates users to access multiple applications through a single username and password."; 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 = ''; } }