var fDesc=new Array(); fDesc[0] = "Novell eGuide is a Web application that enables you to search for names, addresses, fax numbers, and e-mail addresses stored in Novell eDirectory, as well as in multiple data sources across the Web. These sources include virtually any other Lightweight Directory Access Protocol (LDAP)-compliant directory to which you are given access rights. With eGuide you are seamlessly connected to all of the directories and databases that are crucial to your eBusiness needs.

eGuide also enables you to search multiple sources at the same time. For example, if your company acquires another company, you can use eGuide to easily access a combined view of the user information stored in both companies' various data repositories. Moreover, with eGuide you can create dynamic organizational charts that are based on eDirectory attributes. Using the compiled information, you can leverage eGuide's support for e-mail, instant messaging, and real-time collaboration tools to launch the communication application that best suits your immediate needs.

eGuide is extraordinarily user friendly: users simply connect to the eGuide Web site from any Web browser. You do not have to install or configure any client software. With eGuide's productivity tools and global accessibility, online communication is simplified. Your administrators can allow users to manage their own personal directory information, significantly reducing administrative time and costs and enabling users to easily contact the people who matter most to your organization."; 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 = ''; } }