var fDesc=new Array(); fDesc[0] = "Have SecureLogin up and running in days, not weeks. Novell SecureLogin makes deploying single sign-on functionality easier than ever. With a market-leading integration wizard and out-of-the-box support for dozens of applications, on-boarding applications becomes a simple, automated process.

Most Enterprise Single Sign-on (ESSO) solutions either require administrators to learn complex scripting languages, or provide a basic graphical interface to recognize application prompts, in order to integrate applications. This inevitably increases the time it takes to implement SSO functionality or only provides SSO support for simple Web applications."; 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 = ''; } }