var fDesc=new Array(); fDesc[0] = "Download a free trial of IBM® Tivoli® Access Manager for Enterprise Single Sign-On V8.0.1, which provides single sign-on for all Windows, Web, Java, mainframe and teletype applications, and is available on all major network access points, including Windows desktops, laptops, shared kiosks, Citrix servers, Microsoft Terminal Servers and Web portals. This complete end-point coverage allows end users to sign on from anywhere to the enterprise network with one password and get single sign-on access to all applications, even if access is through a browser from an Internet cafe."; 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 = ''; } }