/* -*- tab-width: 2; indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
*
* Date: 26 Nov 2001
* SUMMARY: JS should not crash on this code
* See http://bugzilla.mozilla.org/show_bug.cgi?id=111557
*
*/
//-----------------------------------------------------------------------------
var BUGNUMBER =
111557;
var summary =
"Just seeing that we don't crash on this code -";
printBugNumber(BUGNUMBER);
printStatus(summary);
/*
* NOTE: have defined |top| as |this| to make this a standalone JS shell test.
* This came from the HTML of a frame, where |top| would have its DOM meaning.
*/
var top =
this;
top.authors =
new Array();
top.titles =
new Array();
var i =
0;
top.authors[i] =
"zPROD xA.5375.";
top.titles[i] =
"NDS Libraries for C";
i++;
top.authors[i] =
"zFLDR xB.5375.0100.";
top.titles[i] =
"NDS Backup Services";
i++;
top.authors[i] =
"zFLDR xC.5375.0100.0001.";
top.titles[i] =
"Functions";
i++;
top.authors[i] =
"zHTML xD.5375.0100.0001.0001.";
top.titles[i] =
"NDSBackupServerData";
i++;
top.authors[i] =
"zHTML xD.5375.0100.0001.0002.";
top.titles[i] =
"NDSFreeNameList";
i++;
top.authors[i] =
"zHTML xD.5375.0100.0001.0003.";
top.titles[i] =
"NDSGetReplicaPartitionNames";
i++;
top.authors[i] =
"zHTML xD.5375.0100.0001.0004.";
top.titles[i] =
"NDSIsOnlyServerInTree";
i++;
top.authors[i] =
"zHTML xD.5375.0100.0001.0005.";
top.titles[i] =
"NDSSYSVolumeRecovery";
i++;
top.authors[i] =
"zHTML xD.5375.0100.0001.0006.";
top.titles[i] =
"NDSVerifyServerInfo";
i++;
top.authors[i] =
"zFLDR xC.5375.0100.0002.";
top.titles[i] =
"Structures";
i++;
top.authors[i] =
"zHTML xD.5375.0100.0002.0001.";
top.titles[i] =
"NAMEID_TYPE";
i++;
top.authors[i] =
"zFLDR xC.5375.0100.0003.";
top.titles[i] =
"Values";
i++;
top.authors[i] =
"zHTML xD.5375.0100.0003.0001.";
top.titles[i] =
"NDS Reason Flags";
i++;
top.authors[i] =
"zHTML xD.5375.0100.0003.0002.";
top.titles[i] =
"NDS Server Flags";
i++;
top.authors[i] =
"zHTML xC.5375.0100.0004.";
top.titles[i] =
"Revision History";
i++;
top.authors[i] =
"zFLDR xB.5375.0300.";
top.titles[i] =
"NDS Event Services";
i++;
top.authors[i] =
"zFLDR xC.5375.0300.0001.";
top.titles[i] =
"Concepts";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0001.0001.";
top.titles[i] =
"NDS Event Introduction";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0001.0002.";
top.titles[i] =
"NDS Event Functions";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0001.0003.";
top.titles[i] =
"NDS Event Priorities";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0001.0004.";
top.titles[i] =
"NDS Event Data Filtering";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0001.0005.";
top.titles[i] =
"NDS Event Types";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0001.0006.";
top.titles[i] =
"Global Network Monitoring";
i++;
top.authors[i] =
"zFLDR xC.5375.0300.0002.";
top.titles[i] =
"Tasks";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0002.0001.";
top.titles[i] =
"Monitoring NDS Events";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0002.0002.";
top.titles[i] =
"Registering for NDS Events";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0002.0003.";
top.titles[i] =
"Unregistering for NDS Events";
i++;
top.authors[i] =
"zFLDR xC.5375.0300.0003.";
top.titles[i] =
"Functions";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0003.0001.";
top.titles[i] =
"NWDSEConvertEntryName";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0003.0002.";
top.titles[i] =
"NWDSEGetLocalAttrID";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0003.0003.";
top.titles[i] =
"NWDSEGetLocalAttrName";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0003.0004.";
top.titles[i] =
"NWDSEGetLocalClassID";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0003.0005.";
top.titles[i] =
"NWDSEGetLocalClassName";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0003.0006.";
top.titles[i] =
"NWDSEGetLocalEntryID";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0003.0007.";
top.titles[i] =
"NWDSEGetLocalEntryName";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0003.0008.";
top.titles[i] =
"NWDSERegisterForEvent";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0003.0009.";
top.titles[i] =
"NWDSERegisterForEventWithResult";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0003.0010.";
top.titles[i] =
"NWDSEUnRegisterForEvent";
i++;
top.authors[i] =
"zFLDR xC.5375.0300.0004.";
top.titles[i] =
"Structures";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0001.";
top.titles[i] =
"DSEACL";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0002.";
top.titles[i] =
"DSEBackLink";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0003.";
top.titles[i] =
"DSEBinderyObjectInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0004.";
top.titles[i] =
"DSEBitString";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0005.";
top.titles[i] =
"DSEChangeConnState";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0006.";
top.titles[i] =
"DSECIList";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0007.";
top.titles[i] =
"DSEDebugInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0008.";
top.titles[i] =
"DSEEmailAddress";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0009.";
top.titles[i] =
"DSEEntryInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0010.";
top.titles[i] =
"DSEEntryInfo2";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0011.";
top.titles[i] =
"DSEEventData";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0012.";
top.titles[i] =
"DSEFaxNumber";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0013.";
top.titles[i] =
"DSEHold";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0014.";
top.titles[i] =
"DSEModuleState";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0015.";
top.titles[i] =
"DSENetAddress";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0016.";
top.titles[i] =
"DSEOctetList";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0017.";
top.titles[i] =
"DSEPath";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0018.";
top.titles[i] =
"DSEReplicaPointer";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0019.";
top.titles[i] =
"DSESEVInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0020.";
top.titles[i] =
"DSETimeStamp";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0021.";
top.titles[i] =
"DSETraceInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0022.";
top.titles[i] =
"DSETypedName";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0023.";
top.titles[i] =
"DSEVALData";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0004.0024.";
top.titles[i] =
"DSEValueInfo";
i++;
top.authors[i] =
"zFLDR xC.5375.0300.0005.";
top.titles[i] =
"Values";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0005.0001.";
top.titles[i] =
"Event Priorities";
i++;
top.authors[i] =
"zHTML xD.5375.0300.0005.0002.";
top.titles[i] =
"Event Types";
i++;
top.authors[i] =
"zHTML xC.5375.0300.0006.";
top.titles[i] =
"Revision History";
i++;
top.authors[i] =
"zFLDR xB.5375.0600.";
top.titles[i] =
"NDS Technical Overview";
i++;
top.authors[i] =
"zFLDR xC.5375.0600.0001.";
top.titles[i] =
"NDS as the Internet Directory";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0001.0001.";
top.titles[i] =
"Requirements for Networks and the Internet";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0001.0002.";
top.titles[i] =
"NDS Compliance to X.500 Standard";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0001.0003.";
top.titles[i] =
"NDS Compliance with LDAP v3";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0001.0004.";
top.titles[i] =
"Directory Access Protocols";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0001.0005.";
top.titles[i] =
"Programming Interfaces for NDS";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0001.0006.";
top.titles[i] =
"NDS Architecture";
i++;
top.authors[i] =
"zFLDR xC.5375.0600.0002.";
top.titles[i] =
"NDS Objects";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0002.0001.";
top.titles[i] =
"NDS Names";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0002.0002.";
top.titles[i] =
"Types of Information Stored in NDS";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0002.0003.";
top.titles[i] =
"Retrieval of Information from NDS";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0002.0004.";
top.titles[i] =
"Tree Walking";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0002.0005.";
top.titles[i] =
"NDS Object Management";
i++;
top.authors[i] =
"zFLDR xC.5375.0600.0003.";
top.titles[i] =
"NDS Security";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0003.0001.";
top.titles[i] =
"Authentication";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0003.0002.";
top.titles[i] =
"Access Control Lists";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0003.0003.";
top.titles[i] =
"Inheritance";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0003.0004.";
top.titles[i] =
"NetWare File System";
i++;
top.authors[i] =
"zFLDR xC.5375.0600.0004.";
top.titles[i] =
"Partitions and Replicas";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0004.0001.";
top.titles[i] =
"Partitioning";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0004.0002.";
top.titles[i] =
"Replication";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0004.0003.";
top.titles[i] =
"Distributed Reference Management";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0004.0004.";
top.titles[i] =
"Partition Operations";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0004.0005.";
top.titles[i] =
"Synchronization";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0004.0006.";
top.titles[i] =
"Background Processes";
i++;
top.authors[i] =
"zFLDR xC.5375.0600.0005.";
top.titles[i] =
"Bindery Services";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0005.0001.";
top.titles[i] =
"NDS Bindery Context";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0005.0002.";
top.titles[i] =
"Bindery Context Path";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0005.0003.";
top.titles[i] =
"Bindery Context Eclipsing";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0005.0004.";
top.titles[i] =
"NDS Bindery Objects";
i++;
top.authors[i] =
"zFLDR xC.5375.0600.0006.";
top.titles[i] =
"NDS Return Values";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0006.0001.";
top.titles[i] =
"NDS Return Values from the Operating System";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0006.0002.";
top.titles[i] =
"NDS Client Return Values";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0006.0003.";
top.titles[i] =
"NDS Agent Return Values";
i++;
top.authors[i] =
"zFLDR xC.5375.0600.0007.";
top.titles[i] =
"Directory Services Trace Utilities";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0007.0001.";
top.titles[i] =
"Using the DSTrace NLM";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0007.0002.";
top.titles[i] =
"Using Basic SET DSTrace Commands";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0007.0003.";
top.titles[i] =
"Starting Background Processes with SET DSTrace";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0007.0004.";
top.titles[i] =
"Tuning Background Processes";
i++;
top.authors[i] =
"zHTML xD.5375.0600.0007.0005.";
top.titles[i] =
"Enabling DSTrace Messages with SET DSTrace";
i++;
top.authors[i] =
"zHTML xC.5375.0600.0008.";
top.titles[i] =
"Revision History";
i++;
top.authors[i] =
"zFLDR xB.5375.0200.";
top.titles[i] =
"NDS Core Services";
i++;
top.authors[i] =
"zFLDR xC.5375.0200.0001.";
top.titles[i] =
"Programming Concepts";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0001.";
top.titles[i] =
"Context Handles";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0002.";
top.titles[i] =
"Buffer Management";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0003.";
top.titles[i] =
"Read Requests for Object Information";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0004.";
top.titles[i] =
"Search Requests";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0005.";
top.titles[i] =
"Developing in a Loosely Consistent Environment";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0006.";
top.titles[i] =
"Add Object Requests";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0007.";
top.titles[i] =
"NDS Security and Applications";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0008.";
top.titles[i] =
"Authentication of Client Applications";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0009.";
top.titles[i] =
"Multiple Tree Support";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0010.";
top.titles[i] =
"Effective Rights Function";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0011.";
top.titles[i] =
"Partition Functions";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0012.";
top.titles[i] =
"Replica Functions";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0013.";
top.titles[i] =
"Read Requests for Schema Information";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0001.0014.";
top.titles[i] =
"Schema Extension Requests";
i++;
top.authors[i] =
"zFLDR xC.5375.0200.0002.";
top.titles[i] =
"Tasks";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0002.0001.";
top.titles[i] =
"Context Handle Tasks";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0002.0002.";
top.titles[i] =
"Buffer Tasks";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0002.0003.";
top.titles[i] =
"Authentication and Connection Tasks";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0002.0004.";
top.titles[i] =
"Object Tasks";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0002.0005.";
top.titles[i] =
"Partition and Replica Tasks";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0002.0006.";
top.titles[i] =
"Schema Tasks";
i++;
top.authors[i] =
"zFLDR xC.5375.0200.0003.";
top.titles[i] =
"Functions";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0001.";
top.titles[i] =
"NWDSAbbreviateName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0002.";
top.titles[i] =
"NWDSAbortPartitionOperation";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0003.";
top.titles[i] =
"NWDSAddFilterToken";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0004.";
top.titles[i] =
"NWDSAddObject";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0005.";
top.titles[i] =
"NWDSAddPartition (obsolete---moved from .h file 11/99)";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0006.";
top.titles[i] =
"NWDSAddReplica";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0007.";
top.titles[i] =
"NWDSAddSecurityEquiv";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0008.";
top.titles[i] =
"NWDSAllocBuf";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0009.";
top.titles[i] =
"NWDSAllocFilter";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0010.";
top.titles[i] =
"NWDSAuditGetObjectID";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0011.";
top.titles[i] =
"NWDSAuthenticate";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0012.";
top.titles[i] =
"NWDSAuthenticateConn";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0013.";
top.titles[i] =
"NWDSAuthenticateConnEx";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0014.";
top.titles[i] =
"NWDSBackupObject";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0015.";
top.titles[i] =
"NWDSBeginClassItem";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0016.";
top.titles[i] =
"NWDSCanDSAuthenticate";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0017.";
top.titles[i] =
"NWDSCanonicalizeName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0018.";
top.titles[i] =
"NWDSChangeObjectPassword";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0019.";
top.titles[i] =
"NWDSChangeReplicaType";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0020.";
top.titles[i] =
"NWDSCIStringsMatch";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0021.";
top.titles[i] =
"NWDSCloseIteration";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0022.";
top.titles[i] =
"NWDSCompare";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0023.";
top.titles[i] =
"NWDSComputeAttrValSize";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0024.";
top.titles[i] =
"NWDSCreateContext (obsolete---moved from .h file 6/99)";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0025.";
top.titles[i] =
"NWDSCreateContextHandle";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0026.";
top.titles[i] =
"NWDSDefineAttr";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0027.";
top.titles[i] =
"NWDSDefineClass";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0028.";
top.titles[i] =
"NWDSDelFilterToken";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0029.";
top.titles[i] =
"NWDSDuplicateContext (obsolete 03/99)";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0030.";
top.titles[i] =
"NWDSDuplicateContextHandle";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0031.";
top.titles[i] =
"NWDSExtSyncList";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0032.";
top.titles[i] =
"NWDSExtSyncRead";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0033.";
top.titles[i] =
"NWDSExtSyncSearch";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0034.";
top.titles[i] =
"NWDSFreeBuf";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0035.";
top.titles[i] =
"NWDSFreeContext";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0036.";
top.titles[i] =
"NWDSFreeFilter";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0037.";
top.titles[i] =
"NWDSGenerateObjectKeyPair";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0038.";
top.titles[i] =
"NWDSGetAttrCount";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0039.";
top.titles[i] =
"NWDSGetAttrDef";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0040.";
top.titles[i] =
"NWDSGetAttrName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0041.";
top.titles[i] =
"NWDSGetAttrVal";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0042.";
top.titles[i] =
"NWDSGetAttrValFlags";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0043.";
top.titles[i] =
"NWDSGetAttrValModTime";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0044.";
top.titles[i] =
"NWDSGetBinderyContext";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0045.";
top.titles[i] =
"NWDSGetClassDef";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0046.";
top.titles[i] =
"NWDSGetClassDefCount";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0047.";
top.titles[i] =
"NWDSGetClassItem";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0048.";
top.titles[i] =
"NWDSGetClassItemCount";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0049.";
top.titles[i] =
"NWDSGetContext";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0050.";
top.titles[i] =
"NWDSGetCountByClassAndName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0051.";
top.titles[i] =
"NWDSGetCurrentUser";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0052.";
top.titles[i] =
"NWDSGetDefNameContext";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0053.";
top.titles[i] =
"NWDSGetDSIInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0054.";
top.titles[i] =
"NWDSGetDSVerInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0055.";
top.titles[i] =
"NWDSGetEffectiveRights";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0056.";
top.titles[i] =
"NWDSGetMonitoredConnRef";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0057.";
top.titles[i] =
"NWDSGetNDSInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0058.";
top.titles[i] =
"NWDSGetObjectCount";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0059.";
top.titles[i] =
"NWDSGetObjectHostServerAddress";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0060.";
top.titles[i] =
"NWDSGetObjectName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0061.";
top.titles[i] =
"NWDSGetObjectNameAndInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0062.";
top.titles[i] =
"NWDSGetPartitionExtInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0063.";
top.titles[i] =
"NWDSGetPartitionExtInfoPtr";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0064.";
top.titles[i] =
"NWDSGetPartitionInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0065.";
top.titles[i] =
"NWDSGetPartitionRoot";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0066.";
top.titles[i] =
"NWDSGetServerAddresses (obsolete 3/98)";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0067.";
top.titles[i] =
"NWDSGetServerAddresses2";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0068.";
top.titles[i] =
"NWDSGetServerDN";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0069.";
top.titles[i] =
"NWDSGetServerName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0070.";
top.titles[i] =
"NWDSGetSyntaxCount";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0071.";
top.titles[i] =
"NWDSGetSyntaxDef";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0072.";
top.titles[i] =
"NWDSGetSyntaxID";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0073.";
top.titles[i] =
"NWDSInitBuf";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0074.";
top.titles[i] =
"NWDSInspectEntry";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0075.";
top.titles[i] =
"NWDSJoinPartitions";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0076.";
top.titles[i] =
"NWDSList";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0077.";
top.titles[i] =
"NWDSListAttrsEffectiveRights";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0078.";
top.titles[i] =
"NWDSListByClassAndName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0079.";
top.titles[i] =
"NWDSListContainableClasses";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0080.";
top.titles[i] =
"NWDSListContainers";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0081.";
top.titles[i] =
"NWDSListPartitions";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0082.";
top.titles[i] =
"NWDSListPartitionsExtInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0083.";
top.titles[i] =
"NWDSLogin";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0084.";
top.titles[i] =
"NWDSLoginAsServer";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0085.";
top.titles[i] =
"NWDSLogout";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0086.";
top.titles[i] =
"NWDSMapIDToName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0087.";
top.titles[i] =
"NWDSMapNameToID";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0088.";
top.titles[i] =
"NWDSModifyClassDef";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0089.";
top.titles[i] =
"NWDSModifyDN";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0090.";
top.titles[i] =
"NWDSModifyObject";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0091.";
top.titles[i] =
"NWDSModifyRDN";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0092.";
top.titles[i] =
"NWDSMoveObject";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0093.";
top.titles[i] =
"NWDSMutateObject";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0094.";
top.titles[i] =
"NWDSOpenConnToNDSServer";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0095.";
top.titles[i] =
"NWDSOpenMonitoredConn";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0096.";
top.titles[i] =
"NWDSOpenStream";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0097.";
top.titles[i] =
"NWDSPartitionReceiveAllUpdates";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0098.";
top.titles[i] =
"NWDSPartitionSendAllUpdates";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0099.";
top.titles[i] =
"NWDSPutAttrName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0100.";
top.titles[i] =
"NWDSPutAttrNameAndVal";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0101.";
top.titles[i] =
"NWDSPutAttrVal";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0102.";
top.titles[i] =
"NWDSPutChange";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0103.";
top.titles[i] =
"NWDSPutChangeAndVal";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0104.";
top.titles[i] =
"NWDSPutClassItem";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0105.";
top.titles[i] =
"NWDSPutClassName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0106.";
top.titles[i] =
"NWDSPutFilter";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0107.";
top.titles[i] =
"NWDSPutSyntaxName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0108.";
top.titles[i] =
"NWDSRead";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0109.";
top.titles[i] =
"NWDSReadAttrDef";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0110.";
top.titles[i] =
"NWDSReadClassDef";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0111.";
top.titles[i] =
"NWDSReadNDSInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0112.";
top.titles[i] =
"NWDSReadObjectDSIInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0113.";
top.titles[i] =
"NWDSReadObjectInfo";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0114.";
top.titles[i] =
"NWDSReadReferences";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0115.";
top.titles[i] =
"NWDSReadSyntaxDef";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0116.";
top.titles[i] =
"NWDSReadSyntaxes";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0117.";
top.titles[i] =
"NWDSReloadDS";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0118.";
top.titles[i] =
"NWDSRemoveAllTypes";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0119.";
top.titles[i] =
"NWDSRemoveAttrDef";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0120.";
top.titles[i] =
"NWDSRemoveClassDef";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0121.";
top.titles[i] =
"NWDSRemoveObject";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0122.";
top.titles[i] =
"NWDSRemovePartition";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0123.";
top.titles[i] =
"NWDSRemoveReplica";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0124.";
top.titles[i] =
"NWDSRemSecurityEquiv";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0125.";
top.titles[i] =
"NWDSRepairTimeStamps";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0126.";
top.titles[i] =
"NWDSReplaceAttrNameAbbrev";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0127.";
top.titles[i] =
"NWDSResolveName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0128.";
top.titles[i] =
"NWDSRestoreObject";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0129.";
top.titles[i] =
"NWDSReturnBlockOfAvailableTrees";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0130.";
top.titles[i] =
"NWDSScanConnsForTrees";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0131.";
top.titles[i] =
"NWDSScanForAvailableTrees";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0132.";
top.titles[i] =
"NWDSSearch";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0133.";
top.titles[i] =
"NWDSSetContext";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0134.";
top.titles[i] =
"NWDSSetCurrentUser";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0135.";
top.titles[i] =
"NWDSSetDefNameContext";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0136.";
top.titles[i] =
"NWDSSetMonitoredConnection";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0137.";
top.titles[i] =
"NWDSSplitPartition";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0138.";
top.titles[i] =
"NWDSSyncPartition";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0139.";
top.titles[i] =
"NWDSSyncReplicaToServer";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0140.";
top.titles[i] =
"NWDSSyncSchema";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0141.";
top.titles[i] =
"NWDSUnlockConnection";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0142.";
top.titles[i] =
"NWDSVerifyObjectPassword";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0143.";
top.titles[i] =
"NWDSWhoAmI";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0144.";
top.titles[i] =
"NWGetDefaultNameContext";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0145.";
top.titles[i] =
"NWGetFileServerUTCTime";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0146.";
top.titles[i] =
"NWGetNumConnections";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0147.";
top.titles[i] =
"NWGetNWNetVersion";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0148.";
top.titles[i] =
"NWGetPreferredConnName";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0149.";
top.titles[i] =
"NWIsDSAuthenticated";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0150.";
top.titles[i] =
"NWIsDSServer";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0151.";
top.titles[i] =
"NWNetInit";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0152.";
top.titles[i] =
"NWNetTerm";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0153.";
top.titles[i] =
"NWSetDefaultNameContext";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0003.0154.";
top.titles[i] =
"NWSetPreferredDSTree";
i++;
top.authors[i] =
"zFLDR xC.5375.0200.0004.";
top.titles[i] =
"Structures";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0001.";
top.titles[i] =
"Asn1ID_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0002.";
top.titles[i] =
"Attr_Info_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0003.";
top.titles[i] =
"Back_Link_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0004.";
top.titles[i] =
"Bit_String_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0005.";
top.titles[i] =
"Buf_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0006.";
top.titles[i] =
"CI_List_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0007.";
top.titles[i] =
"Class_Info_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0008.";
top.titles[i] =
"EMail_Address_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0009.";
top.titles[i] =
"Fax_Number_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0010.";
top.titles[i] =
"Filter_Cursor_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0011.";
top.titles[i] =
"Filter_Node_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0012.";
top.titles[i] =
"Hold_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0013.";
top.titles[i] =
"NDSOSVersion_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0014.";
top.titles[i] =
"NDSStatsInfo_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0015.";
top.titles[i] =
"Net_Address_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0016.";
top.titles[i] =
"NWDS_TimeStamp_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0017.";
top.titles[i] =
"Object_ACL_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0018.";
top.titles[i] =
"Object_Info_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0019.";
top.titles[i] =
"Octet_List_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0020.";
top.titles[i] =
"Octet_String_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0021.";
top.titles[i] =
"Path_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0022.";
top.titles[i] =
"Replica_Pointer_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0023.";
top.titles[i] =
"Syntax_Info_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0024.";
top.titles[i] =
"TimeStamp_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0025.";
top.titles[i] =
"Typed_Name_T";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0004.0026.";
top.titles[i] =
"Unknown_Attr_T";
i++;
top.authors[i] =
"zFLDR xC.5375.0200.0005.";
top.titles[i] =
"Values";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0001.";
top.titles[i] =
"Attribute Constraint Flags";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0002.";
top.titles[i] =
"Attribute Value Flags";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0003.";
top.titles[i] =
"Buffer Operation Types and Related Functions";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0004.";
top.titles[i] =
"Class Flags";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0005.";
top.titles[i] =
"Change Types for Modifying Objects";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0006.";
top.titles[i] =
"Context Keys and Flags";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0007.";
top.titles[i] =
"Default Context Key Values";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0008.";
top.titles[i] =
"DCK_FLAGS Bit Values";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0009.";
top.titles[i] =
"DCK_NAME_FORM Values";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0010.";
top.titles[i] =
"DCK_CONFIDENCE Bit Values";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0011.";
top.titles[i] =
"DCK_DSI_FLAGS Values";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0012.";
top.titles[i] =
"DSI_ENTRY_FLAGS Values";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0013.";
top.titles[i] =
"Filter Tokens";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0014.";
top.titles[i] =
"Information Types for Attribute Definitions";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0015.";
top.titles[i] =
"Information Types for Class Definitions";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0016.";
top.titles[i] =
"Information Types for Search and Read";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0017.";
top.titles[i] =
"Name Space Types";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0018.";
top.titles[i] =
"NDS Access Control Rights";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0019.";
top.titles[i] =
"NDS Ping Flags";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0020.";
top.titles[i] =
"DSP Replica Information Flags";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0021.";
top.titles[i] =
"Network Address Types";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0022.";
top.titles[i] =
"Scope Flags";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0023.";
top.titles[i] =
"Replica Types";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0024.";
top.titles[i] =
"Replica States";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0025.";
top.titles[i] =
"Syntax Matching Flags";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0005.0026.";
top.titles[i] =
"Syntax IDs";
i++;
top.authors[i] =
"zFLDR xC.5375.0200.0006.";
top.titles[i] =
"NDS Example Code";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0006.0001.";
top.titles[i] =
"Context Handle";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0006.0002.";
top.titles[i] =
"Object and Attribute";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0006.0003.";
top.titles[i] =
"Browsing and Searching";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0006.0004.";
top.titles[i] =
"Batch Modification of Objects and Attributes";
i++;
top.authors[i] =
"zHTML xD.5375.0200.0006.0005.";
top.titles[i] =
"Schema";
i++;
top.authors[i] =
"zHTML xC.5375.0200.0007.";
top.titles[i] =
"Revision History";
i++;
top.authors[i] =
"zFLDR xB.5375.0500.";
top.titles[i] =
"NDS Schema Reference";
i++;
top.authors[i] =
"zFLDR xC.5375.0500.0001.";
top.titles[i] =
"Schema Concepts";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0001.";
top.titles[i] =
"Schema Structure";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0002.";
top.titles[i] =
"Schema Components";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0003.";
top.titles[i] =
"Object Classes";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0004.";
top.titles[i] =
"Naming Attributes";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0005.";
top.titles[i] =
"Containment Classes";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0006.";
top.titles[i] =
"Super Classes";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0007.";
top.titles[i] =
"Object Class Flags";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0008.";
top.titles[i] =
"Mandatory and Optional Attributes";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0009.";
top.titles[i] =
"Default ACL Templates";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0010.";
top.titles[i] =
"Auxiliary Classes";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0011.";
top.titles[i] =
"Attribute Type Definitions";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0012.";
top.titles[i] =
"Attribute Syntax Definitions";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0001.0013.";
top.titles[i] =
"Schema Extensions";
i++;
top.authors[i] =
"zFLDR xC.5375.0500.0002.";
top.titles[i] =
"Base Object Class Definitions";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0001.";
top.titles[i] =
"AFP Server";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0002.";
top.titles[i] =
"Alias";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0003.";
top.titles[i] =
"applicationEntity";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0004.";
top.titles[i] =
"applicationProcess";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0005.";
top.titles[i] =
"Audit:File Object";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0006.";
top.titles[i] =
"Bindery Object";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0007.";
top.titles[i] =
"Bindery Queue";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0008.";
top.titles[i] =
"certificationAuthority";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0009.";
top.titles[i] =
"CommExec";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0010.";
top.titles[i] =
"Computer";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0011.";
top.titles[i] =
"Country";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0012.";
top.titles[i] =
"cRLDistributionPoint";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0013.";
top.titles[i] =
"dcObject";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0014.";
top.titles[i] =
"Device";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0015.";
top.titles[i] =
"Directory Map";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0016.";
top.titles[i] =
"domain";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0017.";
top.titles[i] =
"dSA";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0018.";
top.titles[i] =
"External Entity";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0019.";
top.titles[i] =
"Group";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0020.";
top.titles[i] =
"LDAP Group";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0021.";
top.titles[i] =
"LDAP Server";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0022.";
top.titles[i] =
"List";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0023.";
top.titles[i] =
"Locality";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0024.";
top.titles[i] =
"MASV:Security Policy";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0025.";
top.titles[i] =
"Message Routing Group";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0026.";
top.titles[i] =
"Messaging Server";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0027.";
top.titles[i] =
"NCP Server";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0028.";
top.titles[i] =
"ndsLoginProperties";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0029.";
top.titles[i] =
"NDSPKI:Certificate Authority";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0030.";
top.titles[i] =
"NDSPKI:Key Material";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0031.";
top.titles[i] =
"NDSPKI:SD Key Access Partition";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0032.";
top.titles[i] =
"NDSPKI:SD Key List";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0033.";
top.titles[i] =
"NDSPKI:Trusted Root";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0034.";
top.titles[i] =
"NDSPKI:Trusted Root Object";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0035.";
top.titles[i] =
"NSCP:groupOfCertificates";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0036.";
top.titles[i] =
"NSCP:mailGroup1";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0037.";
top.titles[i] =
"NSCP:mailRecipient";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0038.";
top.titles[i] =
"NSCP:NetscapeMailServer5";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0039.";
top.titles[i] =
"NSCP:NetscapeServer5";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0040.";
top.titles[i] =
"NSCP:nginfo3";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0041.";
top.titles[i] =
"NSCP:nsLicenseUser";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0042.";
top.titles[i] =
"Organization";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0043.";
top.titles[i] =
"Organizational Person";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0044.";
top.titles[i] =
"Organizational Role";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0045.";
top.titles[i] =
"Organizational Unit";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0046.";
top.titles[i] =
"Partition";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0047.";
top.titles[i] =
"Person";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0048.";
top.titles[i] =
"pkiCA";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0049.";
top.titles[i] =
"pkiUser";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0050.";
top.titles[i] =
"Print Server";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0051.";
top.titles[i] =
"Printer";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0052.";
top.titles[i] =
"Profile";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0053.";
top.titles[i] =
"Queue";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0054.";
top.titles[i] =
"Resource";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0055.";
top.titles[i] =
"SAS:Security";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0056.";
top.titles[i] =
"SAS:Service";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0057.";
top.titles[i] =
"Server";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0058.";
top.titles[i] =
"strongAuthenticationUser";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0059.";
top.titles[i] =
"Template";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0060.";
top.titles[i] =
"Top";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0061.";
top.titles[i] =
"Tree Root";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0062.";
top.titles[i] =
"Unknown";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0063.";
top.titles[i] =
"User";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0064.";
top.titles[i] =
"userSecurityInformation";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0065.";
top.titles[i] =
"Volume";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0002.0066.";
top.titles[i] =
"WANMAN:LAN Area";
i++;
top.authors[i] =
"zFLDR xC.5375.0500.0003.";
top.titles[i] =
"Novell Object Class Extensions";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0001.";
top.titles[i] =
"Entrust:CRLDistributionPoint";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0002.";
top.titles[i] =
"inetOrgPerson";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0003.";
top.titles[i] =
"NDPS Broker";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0004.";
top.titles[i] =
"NDPS Manager";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0005.";
top.titles[i] =
"NDPS Printer";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0006.";
top.titles[i] =
"NDSCat:Catalog";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0007.";
top.titles[i] =
"NDSCat:Master Catalog";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0008.";
top.titles[i] =
"NDSCat:Slave Catalog";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0009.";
top.titles[i] =
"NetSvc";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0010.";
top.titles[i] =
"NLS:License Certificate";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0011.";
top.titles[i] =
"NLS:License Server";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0012.";
top.titles[i] =
"NLS:Product Container";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0013.";
top.titles[i] =
"NSCP:groupOfUniqueNames5";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0014.";
top.titles[i] =
"NSCP:mailGroup5";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0015.";
top.titles[i] =
"NSCP:Nginfo";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0016.";
top.titles[i] =
"NSCP:Nginfo2";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0017.";
top.titles[i] =
"residentialPerson";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0018.";
top.titles[i] =
"SLP Scope Unit";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0019.";
top.titles[i] =
"SLP Directory Agent";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0020.";
top.titles[i] =
"SLP Service";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0003.0021.";
top.titles[i] =
"SMS SMDR Class";
i++;
top.authors[i] =
"zFLDR xC.5375.0500.0004.";
top.titles[i] =
"Graphical View of Object Class Inheritance";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0004.0001.";
top.titles[i] =
"Alias and Bindery Object Classes";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0004.0002.";
top.titles[i] =
"Tree Root, domain, and Unknown";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0004.0003.";
top.titles[i] =
"Computer, Country, Device, and Printer";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0004.0004.";
top.titles[i] =
"List and Locality";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0004.0005.";
top.titles[i] =
"Organizational Role and Partition";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0004.0006.";
top.titles[i] =
"ndsLoginProperties, Organization, and Organizational Unit";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0004.0007.";
top.titles[i] =
"ndsLoginProperties, Person, Organizational Person, and User";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0004.0008.";
top.titles[i] =
"Directory Map, Profile, Queues, Resource, and Volume";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0004.0009.";
top.titles[i] =
"Servers (AFP, Messaging, NCP, Print) and CommExec";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0004.0010.";
top.titles[i] =
"External Entity, Group, and Message Routing Group";
i++;
top.authors[i] =
"zFLDR xC.5375.0500.0005.";
top.titles[i] =
"Base Attribute Definitions";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0001.";
top.titles[i] =
"Aliased Object Name";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0002.";
top.titles[i] =
"Account Balance";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0003.";
top.titles[i] =
"ACL";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0004.";
top.titles[i] =
"Allow Unlimited Credit";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0005.";
top.titles[i] =
"associatedName";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0006.";
top.titles[i] =
"attributeCertificate";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0007.";
top.titles[i] =
"Audit:A Encryption Key";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0008.";
top.titles[i] =
"Audit:B Encryption Key";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0009.";
top.titles[i] =
"Audit:Contents";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0010.";
top.titles[i] =
"Audit:Current Encryption Key";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0011.";
top.titles[i] =
"Audit:File Link";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0012.";
top.titles[i] =
"Audit:Link List";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0013.";
top.titles[i] =
"Audit:Path";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0014.";
top.titles[i] =
"Audit:Policy";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0015.";
top.titles[i] =
"Audit:Type";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0016.";
top.titles[i] =
"authorityRevocationList";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0017.";
top.titles[i] =
"Authority Revocation";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0018.";
top.titles[i] =
"AuxClass Object Class Backup";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0019.";
top.titles[i] =
"Auxiliary Class Flag";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0020.";
top.titles[i] =
"Back Link";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0021.";
top.titles[i] =
"Bindery Object Restriction";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0022.";
top.titles[i] =
"Bindery Property";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0023.";
top.titles[i] =
"Bindery Restriction Level";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0024.";
top.titles[i] =
"Bindery Type";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0025.";
top.titles[i] =
"businessCategory";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0026.";
top.titles[i] =
"";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0027.";
top.titles[i] =
"cACertificate";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0028.";
top.titles[i] =
"CA Private Key";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0029.";
top.titles[i] =
"CA Public Key";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0030.";
top.titles[i] =
"Cartridge";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0031.";
top.titles[i] =
"certificateRevocationList";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0032.";
top.titles[i] =
"Certificate Revocation";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0033.";
top.titles[i] =
"Certificate Validity Interval";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0034.";
top.titles[i] =
"crossCertificatePair";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0035.";
top.titles[i] =
"";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0036.";
top.titles[i] =
"Convergence";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0037.";
top.titles[i] =
"Cross Certificate Pair";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0038.";
top.titles[i] =
"dc";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0039.";
top.titles[i] =
"Default Queue";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0040.";
top.titles[i] =
"deltaRevocationList";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0041.";
top.titles[i] =
"departmentNumber";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0042.";
top.titles[i] =
"Description";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0043.";
top.titles[i] =
"destinationIndicator";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0044.";
top.titles[i] =
"Detect Intruder";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0045.";
top.titles[i] =
"Device";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0046.";
top.titles[i] =
"dmdName";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0047.";
top.titles[i] =
"dn";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0048.";
top.titles[i] =
"dnQualifier";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0049.";
top.titles[i] =
"DS Revision";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0050.";
top.titles[i] =
"EMail Address";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0051.";
top.titles[i] =
"employeeType";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0052.";
top.titles[i] =
"enhancedSearchGuide";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0053.";
top.titles[i] =
"Equivalent To Me";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0054.";
top.titles[i] =
"External Name";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0055.";
top.titles[i] =
"External Synchronizer";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0056.";
top.titles[i] =
"Facsimile Telephone Number";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0057.";
top.titles[i] =
"Full Name";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0058.";
top.titles[i] =
"Generational Qualifier";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0059.";
top.titles[i] =
"generationQualifier";
i++;
top.authors[i] =
"zHTML xD.5375.0500.0005.0060.";
top.titles[i] =
"";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0061.";
top.titles[i] = "Given Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0062.";
top.titles[i] = "";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0063.";
top.titles[i] = "GUID";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0064.";
top.titles[i] = "High Convergence Sync Interval";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0065.";
top.titles[i] = "Higher Privileges";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0066.";
top.titles[i] = "Home Directory";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0067.";
top.titles[i] = "Home Directory Rights";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0068.";
top.titles[i] = "homePhone";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0069.";
top.titles[i] = "homePostalAddress";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0070.";
top.titles[i] = "houseIdentifier";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0071.";
top.titles[i] = "Host Device";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0072.";
top.titles[i] = "Host Resource Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0073.";
top.titles[i] = "Host Server";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0074.";
top.titles[i] = "Inherited ACL";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0075.";
top.titles[i] = "Initials";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0076.";
top.titles[i] = "internationaliSDNNumber";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0077.";
top.titles[i] = "Internet EMail Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0078.";
top.titles[i] = "Intruder Attempt Reset Interval";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0079.";
top.titles[i] = "Intruder Lockout Reset Interval";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0080.";
top.titles[i] = "knowledgeInformation";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0081.";
top.titles[i] = "";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0082.";
top.titles[i] = "Language";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0083.";
top.titles[i] = "Last Login Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0084.";
top.titles[i] = "Last Referenced Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0085.";
top.titles[i] = "LDAP ACL v11";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0086.";
top.titles[i] = "LDAP Allow Clear Text Password";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0087.";
top.titles[i] = "LDAP Anonymous Identity";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0088.";
top.titles[i] = "LDAP Attribute Map v11";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0089.";
top.titles[i] = "LDAP Backup Log Filename";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0090.";
top.titles[i] = "LDAP Class Map v11";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0091.";
top.titles[i] = "LDAP Enable SSL";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0092.";
top.titles[i] = "LDAP Enable TCP";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0093.";
top.titles[i] = "LDAP Enable UDP";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0094.";
top.titles[i] = "LDAP Group";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0095.";
top.titles[i] = "LDAP Host Server";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0096.";
top.titles[i] = "LDAP Log Filename";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0097.";
top.titles[i] = "LDAP Log Level";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0098.";
top.titles[i] = "LDAP Log Size Limit";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0099.";
top.titles[i] = "LDAP Referral";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0100.";
top.titles[i] = "LDAP Screen Level";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0101.";
top.titles[i] = "LDAP Search Size Limit";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0102.";
top.titles[i] = "LDAP Search Time Limit";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0103.";
top.titles[i] = "LDAP Server";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0104.";
top.titles[i] = "LDAP Server Bind Limit";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0105.";
top.titles[i] = "LDAP Server Idle Timeout";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0106.";
top.titles[i] = "LDAP Server List";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0107.";
top.titles[i] = "LDAP SSL Port";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0108.";
top.titles[i] = "LDAP Suffix";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0109.";
top.titles[i] = "LDAP TCP Port";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0110.";
top.titles[i] = "LDAP UDP Port";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0111.";
top.titles[i] = "LDAP:bindCatalog";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0112.";
top.titles[i] = "LDAP:bindCatalogUsage";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0113.";
top.titles[i] = "LDAP:keyMaterialName";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0114.";
top.titles[i] = "LDAP:otherReferralUsage";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0115.";
top.titles[i] = "LDAP:searchCatalog";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0116.";
top.titles[i] = "LDAP:searchCatalogUsage";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0117.";
top.titles[i] = "LDAP:searchReferralUsage";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0118.";
top.titles[i] = "Locked By Intruder";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0119.";
top.titles[i] = "Lockout After Detection";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0120.";
top.titles[i] = "Login Allowed Time Map";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0121.";
top.titles[i] = "Login Disabled";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0122.";
top.titles[i] = "Login Expiration Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0123.";
top.titles[i] = "Login Grace Limit";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0124.";
top.titles[i] = "Login Grace Remaining";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0125.";
top.titles[i] = "Login Intruder Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0126.";
top.titles[i] = "Login Intruder Attempts";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0127.";
top.titles[i] = "Login Intruder Limit";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0128.";
top.titles[i] = "Login Intruder Reset Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0129.";
top.titles[i] = "Login Maximum Simultaneous";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0130.";
top.titles[i] = "Login Script";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0131.";
top.titles[i] = "Login Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0132.";
top.titles[i] = "Low Convergence Reset Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0133.";
top.titles[i] = "Low Convergence Sync Interval";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0134.";
top.titles[i] = "Mailbox ID";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0135.";
top.titles[i] = "Mailbox Location";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0136.";
top.titles[i] = "manager";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0137.";
top.titles[i] = "masvAuthorizedRange";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0138.";
top.titles[i] = "masvDefaultRange";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0139.";
top.titles[i] = "masvDomainPolicy";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0140.";
top.titles[i] = "masvLabel";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0141.";
top.titles[i] = "masvProposedLabel";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0142.";
top.titles[i] = "Member";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0143.";
top.titles[i] = "Members Of Template";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0144.";
top.titles[i] = "Memory";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0145.";
top.titles[i] = "Message Routing Group";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0146.";
top.titles[i] = "Message Server";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0147.";
top.titles[i] = "Messaging Database Location";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0148.";
top.titles[i] = "Messaging Server";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0149.";
top.titles[i] = "";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0150.";
top.titles[i] = "Minimum Account Balance";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0151.";
top.titles[i] = "mobile";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0152.";
top.titles[i] = "NDSPKI:Certificate Chain";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0153.";
top.titles[i] = "NDSPKI:Given Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0154.";
top.titles[i] = "NDSPKI:Key File";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0155.";
top.titles[i] = "NDSPKI:Key Material DN";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0156.";
top.titles[i] = "NDSPKI:Keystore";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0157.";
top.titles[i] = "NDSPKI:Not After";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0158.";
top.titles[i] = "NDSPKI:Not Before";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0159.";
top.titles[i] = "NDSPKI:Parent CA";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0160.";
top.titles[i] = "NDSPKI:Parent CA DN";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0161.";
top.titles[i] = "NDSPKI:Private Key";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0162.";
top.titles[i] = "NDSPKI:Public Key";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0163.";
top.titles[i] = "NDSPKI:Public Key Certificate";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0164.";
top.titles[i] = "NDSPKI:SD Key Cert";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0165.";
top.titles[i] = "NDSPKI:SD Key ID";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0166.";
top.titles[i] = "NDSPKI:SD Key Server DN";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0167.";
top.titles[i] = "NDSPKI:SD Key Struct";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0168.";
top.titles[i] = "NDSPKI:Subject Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0169.";
top.titles[i] = "NDSPKI:Tree CA DN";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0170.";
top.titles[i] = "NDSPKI:Trusted Root Certificate";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0171.";
top.titles[i] = "NDSPKI:userCertificateInfo";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0172.";
top.titles[i] = "Network Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0173.";
top.titles[i] = "Network Address Restriction";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0174.";
top.titles[i] = "New Object's DS Rights";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0175.";
top.titles[i] = "New Object's FS Rights";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0176.";
top.titles[i] = "New Object's Self Rights";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0177.";
top.titles[i] = "NNS Domain";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0178.";
top.titles[i] = "Notify";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0179.";
top.titles[i] = "NSCP:administratorContactInfo";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0180.";
top.titles[i] = "NSCP:adminURL";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0181.";
top.titles[i] = "NSCP:AmailAccessDomain";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0182.";
top.titles[i] = "NSCP:AmailAlternateAddress";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0183.";
top.titles[i] = "NSCP:AmailAutoReplyMode";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0184.";
top.titles[i] = "NSCP:AmailAutoReplyText";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0185.";
top.titles[i] = "NSCP:AmailDeliveryOption";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0186.";
top.titles[i] = "NSCP:AmailForwardingAddress";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0187.";
top.titles[i] = "NSCP:AmailHost";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0188.";
top.titles[i] = "NSCP:AmailMessageStore";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0189.";
top.titles[i] = "NSCP:AmailProgramDeliveryInfo";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0190.";
top.titles[i] = "NSCP:AmailQuota";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0191.";
top.titles[i] = "NSCP:AnsLicenseEndTime";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0192.";
top.titles[i] = "NSCP:AnsLicensedFor";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0193.";
top.titles[i] = "NSCP:AnsLicenseStartTime";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0194.";
top.titles[i] = "NSCP:employeeNumber";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0195.";
top.titles[i] = "NSCP:installationTimeStamp";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0196.";
top.titles[i] = "NSCP:mailRoutingAddress";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0197.";
top.titles[i] = "NSCP:memberCertificateDesc";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0198.";
top.titles[i] = "NSCP:mgrpRFC822mailmember";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0199.";
top.titles[i] = "NSCP:ngcomponentCIS";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0200.";
top.titles[i] = "NSCP:nsaclrole";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0201.";
top.titles[i] = "NSCP:nscreator";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0202.";
top.titles[i] = "NSCP:nsflags";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0203.";
top.titles[i] = "NSCP:nsnewsACL";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0204.";
top.titles[i] = "NSCP:nsprettyname";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0205.";
top.titles[i] = "NSCP:serverHostName";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0206.";
top.titles[i] = "NSCP:serverProductName";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0207.";
top.titles[i] = "NSCP:serverRoot";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0208.";
top.titles[i] = "NSCP:serverVersionNumber";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0209.";
top.titles[i] = "NSCP:subtreeACI";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0210.";
top.titles[i] = "";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0211.";
top.titles[i] = "Obituary";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0212.";
top.titles[i] = "Obituary Notify";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0213.";
top.titles[i] = "Object Class";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0214.";
top.titles[i] = "Operator";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0215.";
top.titles[i] = "Other GUID";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0216.";
top.titles[i] = "";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0217.";
top.titles[i] = "Owner";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0218.";
top.titles[i] = "Page Description Language";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0219.";
top.titles[i] = "pager";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0220.";
top.titles[i] = "Partition Control";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0221.";
top.titles[i] = "Partition Creation Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0222.";
top.titles[i] = "Partition Status";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0223.";
top.titles[i] = "Password Allow Change";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0224.";
top.titles[i] = "Password Expiration Interval";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0225.";
top.titles[i] = "Password Expiration Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0226.";
top.titles[i] = "Password Management";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0227.";
top.titles[i] = "Password Minimum Length";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0228.";
top.titles[i] = "Password Required";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0229.";
top.titles[i] = "Password Unique Required";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0230.";
top.titles[i] = "Passwords Used";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0231.";
top.titles[i] = "Path";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0232.";
top.titles[i] = "Permanent Config Parms";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0233.";
top.titles[i] = "Physical Delivery Office Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0234.";
top.titles[i] = "Postal Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0235.";
top.titles[i] = "Postal Code";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0236.";
top.titles[i] = "Postal Office Box";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0237.";
top.titles[i] = "Postmaster";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0238.";
top.titles[i] = "preferredDeliveryMethod";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0239.";
top.titles[i] = "presentationAddress";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0240.";
top.titles[i] = "Print Job Configuration";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0241.";
top.titles[i] = "Print Server";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0242.";
top.titles[i] = "Printer";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0243.";
top.titles[i] = "Printer Configuration";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0244.";
top.titles[i] = "Printer Control";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0245.";
top.titles[i] = "Private Key";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0246.";
top.titles[i] = "Profile";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0247.";
top.titles[i] = "Profile Membership";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0248.";
top.titles[i] = "protocolInformation";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0249.";
top.titles[i] = "Public Key";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0250.";
top.titles[i] = "Purge Vector";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0251.";
top.titles[i] = "Queue";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0252.";
top.titles[i] = "Queue Directory";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0253.";
top.titles[i] = "Received Up To";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0254.";
top.titles[i] = "Reference";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0255.";
top.titles[i] = "registeredAddress";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0256.";
top.titles[i] = "Replica";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0257.";
top.titles[i] = "Replica Up To";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0258.";
top.titles[i] = "Resource";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0259.";
top.titles[i] = "Revision";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0260.";
top.titles[i] = "Role Occupant";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0261.";
top.titles[i] = "roomNumber";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0262.";
top.titles[i] = "Run Setup Script";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0263.";
top.titles[i] = "";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0264.";
top.titles[i] = "";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0265.";
top.titles[i] = "SAP Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0266.";
top.titles[i] = "SAS:Security DN";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0267.";
top.titles[i] = "SAS:Service DN";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0268.";
top.titles[i] = "searchGuide";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0269.";
top.titles[i] = "searchSizeLimit";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0270.";
top.titles[i] = "searchTimeLimit";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0271.";
top.titles[i] = "Security Equals";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0272.";
top.titles[i] = "Security Flags";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0273.";
top.titles[i] = "See Also";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0274.";
top.titles[i] = "Serial Number";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0275.";
top.titles[i] = "Server";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0276.";
top.titles[i] = "Server Holds";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0277.";
top.titles[i] = "Set Password After Create";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0278.";
top.titles[i] = "Setup Script";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0279.";
top.titles[i] = "Status";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0280.";
top.titles[i] = "supportedAlgorithms";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0281.";
top.titles[i] = "supportedApplicationContext";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0282.";
top.titles[i] = "Supported Connections";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0283.";
top.titles[i] = "Supported Gateway";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0284.";
top.titles[i] = "Supported Services";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0285.";
top.titles[i] = "Supported Typefaces";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0286.";
top.titles[i] = "Surname";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0287.";
top.titles[i] = "Synchronization Tolerance";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0288.";
top.titles[i] = "Synchronized Up To";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0289.";
top.titles[i] = "";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0290.";
top.titles[i] = "Telephone Number";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0291.";
top.titles[i] = "telexNumber";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0292.";
top.titles[i] = "telexTerminalIdentifier";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0293.";
top.titles[i] = "Timezone";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0294.";
top.titles[i] = "Title";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0295.";
top.titles[i] = "Transitive Vector";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0296.";
top.titles[i] = "Trustees Of New Object";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0297.";
top.titles[i] = "Type Creator Map";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0298.";
top.titles[i] = "";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0299.";
top.titles[i] = "uniqueID";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0300.";
top.titles[i] = "Unknown";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0301.";
top.titles[i] = "Unknown Auxiliary Class";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0302.";
top.titles[i] = "Unknown Base Class";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0303.";
top.titles[i] = "Used By";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0304.";
top.titles[i] = "User";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0305.";
top.titles[i] = "userCertificate";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0306.";
top.titles[i] = "userPassword";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0307.";
top.titles[i] = "Uses";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0308.";
top.titles[i] = "Version";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0309.";
top.titles[i] = "Volume";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0310.";
top.titles[i] = "Volume Space Restrictions";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0311.";
top.titles[i] = "WANMAN:Cost";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0312.";
top.titles[i] = "WANMAN:Default Cost";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0313.";
top.titles[i] = "WANMAN:LAN Area Membership";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0314.";
top.titles[i] = "WANMAN:WAN Policy";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0315.";
top.titles[i] = "x121Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0005.
0316.";
top.titles[i] = "x500UniqueIdentifier";
i++;
top.authors[i] = "zFLDR xC.
5375.
0500.
0006.";
top.titles[i] = "Novell Attribute Extensions";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0001.";
top.titles[i] = "audio";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0002.";
top.titles[i] = "carLicense";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0003.";
top.titles[i] = "Client Install Candidate";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0004.";
top.titles[i] = "Color Supported";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0005.";
top.titles[i] = "Database Dir Path";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0006.";
top.titles[i] = "Database Volume Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0007.";
top.titles[i] = "Datapool Location";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0008.";
top.titles[i] = "Datapool Locations";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0009.";
top.titles[i] = "Delivery Methods Installed";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0010.";
top.titles[i] = "displayName";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0011.";
top.titles[i] = "Employee ID";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0012.";
top.titles[i] = "Entrust:AttributeCertificate";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0013.";
top.titles[i] = "Entrust:User";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0014.";
top.titles[i] = "GW API Gateway Directory Path";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0015.";
top.titles[i] = "GW API Gateway Directory Volume";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0016.";
top.titles[i] = "IPP URI";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0017.";
top.titles[i] = "IPP URI Security Scheme";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0018.";
top.titles[i] = "jpegPhoto";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0019.";
top.titles[i] = "labeledUri";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0020.";
top.titles[i] = "LDAP Class Map";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0021.";
top.titles[i] = "ldapPhoto";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0022.";
top.titles[i] = "LDAPUserCertificate";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0023.";
top.titles[i] = "LDAP:ARL";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0024.";
top.titles[i] = "LDAP:caCertificate";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0025.";
top.titles[i] = "LDAP:CRL";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0026.";
top.titles[i] = "LDAP:crossCertificatePair";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0027.";
top.titles[i] = "MASV:Authorized Range";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0028.";
top.titles[i] = "MASV:Default Range";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0029.";
top.titles[i] = "MASV:Domain Policy";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0030.";
top.titles[i] = "MASV:Label";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0031.";
top.titles[i] = "MASV:Proposed Label";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0032.";
top.titles[i] = "Maximum Speed";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0033.";
top.titles[i] = "Maximum Speed Units";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0034.";
top.titles[i] = "MHS Send Directory Path";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0035.";
top.titles[i] = "MHS Send Directory Volume";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0036.";
top.titles[i] = "NDPS Accountant Role";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0037.";
top.titles[i] = "NDPS Control Flags";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0038.";
top.titles[i] = "NDPS Database Saved Timestamp";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0039.";
top.titles[i] = "NDPS Database Saved Data Image";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0040.";
top.titles[i] = "NDPS Database Saved Index Image";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0041.";
top.titles[i] = "NDPS Default Printer";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0042.";
top.titles[i] = "NDPS Default Public Printer";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0043.";
top.titles[i] = "NDPS Job Configuration";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0044.";
top.titles[i] = "NDPS Manager Status";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0045.";
top.titles[i] = "NDPS Operator Role";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0046.";
top.titles[i] = "NDPS Printer Install List";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0047.";
top.titles[i] = "NDPS Printer Install Timestamp";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0048.";
top.titles[i] = "NDPS Printer Queue List";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0049.";
top.titles[i] = "NDPS Printer Siblings";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0050.";
top.titles[i] = "NDPS Public Printer Install List";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0051.";
top.titles[i] = "NDPS Replace All Client Printers";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0052.";
top.titles[i] = "NDPS SMTP Server";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0053.";
top.titles[i] = "NDPS User Role";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0054.";
top.titles[i] = "NDSCat:Actual All Attributes";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0055.";
top.titles[i] = "NDSCat:Actual Attribute Count";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0056.";
top.titles[i] = "NDSCat:Actual Attributes";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0057.";
top.titles[i] = "NDSCat:Actual Base Object";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0058.";
top.titles[i] = "NDSCat:Actual Catalog Size";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0059.";
top.titles[i] = "NDSCat:Actual End Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0060.";
top.titles[i] = "NDSCat:Actual Filter";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0061.";
top.titles[i] = "NDSCat:Actual Object Count";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0062.";
top.titles[i] = "NDSCat:Actual Return Code";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0063.";
top.titles[i] = "NDSCat:Actual Scope";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0064.";
top.titles[i] = "NDSCat:Actual Search Aliases";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0065.";
top.titles[i] = "NDSCat:Actual Start Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0066.";
top.titles[i] = "NDSCat:Actual Value Count";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0067.";
top.titles[i] = "NDSCat:All Attributes";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0068.";
top.titles[i] = "NDSCat:AttrDefTbl";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0069.";
top.titles[i] = "NDSCat:Attributes";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0070.";
top.titles[i] = "NDSCat:Auto Dredge";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0071.";
top.titles[i] = "NDSCat:Base Object";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0072.";
top.titles[i] = "NDSCat:CatalogDB";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0073.";
top.titles[i] = "NDSCat:Catalog List";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0074.";
top.titles[i] = "NDSCat:Dredge Interval";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0075.";
top.titles[i] = "NDSCat:Filter";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0076.";
top.titles[i] = "NDSCat:IndexDefTbl";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0077.";
top.titles[i] = "NDSCat:Indexes";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0078.";
top.titles[i] = "NDSCat:Label";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0079.";
top.titles[i] = "NDSCat:Log";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0080.";
top.titles[i] = "NDSCat:Master Catalog";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0081.";
top.titles[i] = "NDSCat:Max Log Size";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0082.";
top.titles[i] = "NDSCat:Max Retries";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0083.";
top.titles[i] = "NDSCat:Max Threads";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0084.";
top.titles[i] = "NDSCat:Retry Interval";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0085.";
top.titles[i] = "NDSCat:Scope";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0086.";
top.titles[i] = "NDSCat:Search Aliases";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0087.";
top.titles[i] = "NDSCat:Slave Catalog List";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0088.";
top.titles[i] = "NDSCat:Start Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0089.";
top.titles[i] = "NDSCat:Synch Interval";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0090.";
top.titles[i] = "NLS:Common Certificate";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0091.";
top.titles[i] = "NLS:Current Installed";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0092.";
top.titles[i] = "NLS:Current Peak Installed";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0093.";
top.titles[i] = "NLS:Current Peak Used";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0094.";
top.titles[i] = "NLS:Current Used";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0095.";
top.titles[i] = "NLS:Hourly Data Size";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0096.";
top.titles[i] = "NLS:License Database";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0097.";
top.titles[i] = "NLS:License ID";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0098.";
top.titles[i] = "NLS:License Service Provider";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0099.";
top.titles[i] = "NLS:LSP Revision";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0100.";
top.titles[i] = "NLS:Owner";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0101.";
top.titles[i] = "NLS:Peak Installed Data";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0102.";
top.titles[i] = "NLS:Peak Used Data";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0103.";
top.titles[i] = "NLS:Product";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0104.";
top.titles[i] = "NLS:Publisher";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0105.";
top.titles[i] = "NLS:Revision";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0106.";
top.titles[i] = "NLS:Search Type";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0107.";
top.titles[i] = "NLS:Summary Update Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0108.";
top.titles[i] = "NLS:Summary Version";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0109.";
top.titles[i] = "NLS:Transaction Database";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0110.";
top.titles[i] = "NLS:Transaction Log Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0111.";
top.titles[i] = "NLS:Transaction Log Size";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0112.";
top.titles[i] = "NLS:Version";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0113.";
top.titles[i] = "Notification Consumers";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0114.";
top.titles[i] = "Notification Profile";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0115.";
top.titles[i] = "Notification Service Enabled";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0116.";
top.titles[i] = "Notification Srvc Net Addr";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0117.";
top.titles[i] = "Notification Srvc Net Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0118.";
top.titles[i] = "NRD:Registry Data";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0119.";
top.titles[i] = "NRD:Registry Index";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0120.";
top.titles[i] = "NSCP:mailAccessDomain";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0121.";
top.titles[i] = "NSCP:mailAlternateAddress";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0122.";
top.titles[i] = "NSCP:mailAutoReplyMode";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0123.";
top.titles[i] = "NSCP:mailAutoReplyText";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0124.";
top.titles[i] = "NSCP:mailDeliveryOption";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0125.";
top.titles[i] = "NSCP:mailForwardingAddress";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0126.";
top.titles[i] = "NSCP:mailHost";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0127.";
top.titles[i] = "NSCP:mailMessageStore";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0128.";
top.titles[i] = "NSCP:mailProgramDeliveryInfo";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0129.";
top.titles[i] = "NSCP:mailQuota";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0130.";
top.titles[i] = "NSCP:ngComponent";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0131.";
top.titles[i] = "NSCP:nsLicenseEndTime";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0132.";
top.titles[i] = "NSCP:nsLicensedFor";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0133.";
top.titles[i] = "NSCP:nsLicenseStartTime";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0134.";
top.titles[i] = "Page Description Languages";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0135.";
top.titles[i] = "preferredLanguage";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0136.";
top.titles[i] = "Primary Notification Service";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0137.";
top.titles[i] = "Primary Resource Service";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0138.";
top.titles[i] = "Printer Agent Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0139.";
top.titles[i] = "Printer Manufacturer";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0140.";
top.titles[i] = "Printer Mechanism Types";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0141.";
top.titles[i] = "Printer Model";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0142.";
top.titles[i] = "Printer Status";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0143.";
top.titles[i] = "Printer to PA ID Mappings";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0144.";
top.titles[i] = "PSM Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0145.";
top.titles[i] = "Registry Advertising Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0146.";
top.titles[i] = "Registry Service Enabled";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0147.";
top.titles[i] = "Registry Srvc Net Addr";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0148.";
top.titles[i] = "Registry Srvc Net Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0149.";
top.titles[i] = "Resolution";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0150.";
top.titles[i] = "Resource Mgmt Srvc Net Addr";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0151.";
top.titles[i] = "Resource Mgmt Srvc Net Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0152.";
top.titles[i] = "Resource Mgmt Service Enabled";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0153.";
top.titles[i] = "Resource Mgr Database Path";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0154.";
top.titles[i] = "Resource Mgr Database Volume";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0155.";
top.titles[i] = "secretary";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0156.";
top.titles[i] = "Sides Supported";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0157.";
top.titles[i] = "SLP Attribute";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0158.";
top.titles[i] = "SLP Cache Limit";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0159.";
top.titles[i] = "SLP DA Back Link";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0160.";
top.titles[i] = "SLP Directory Agent DN";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0161.";
top.titles[i] = "SLP Language";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0162.";
top.titles[i] = "SLP Lifetime";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0163.";
top.titles[i] = "SLP Scope Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0164.";
top.titles[i] = "SLP Scope Unit DN";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0165.";
top.titles[i] = "SLP Start Purge Hour";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0166.";
top.titles[i] = "SLP Status";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0167.";
top.titles[i] = "SLP SU Back Link";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0168.";
top.titles[i] = "SLP SU Type";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0169.";
top.titles[i] = "SLP Type";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0170.";
top.titles[i] = "SLP URL";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0171.";
top.titles[i] = "SMS Protocol Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0172.";
top.titles[i] = "SMS Registered Service";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0173.";
top.titles[i] = "SU";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0174.";
top.titles[i] = "SvcInfo";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0175.";
top.titles[i] = "SvcType";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0176.";
top.titles[i] = "SvcTypeID";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0006.
0177.";
top.titles[i] = "userSMIMECertificate";
i++;
top.authors[i] = "zFLDR xC.
5375.
0500.
0007.";
top.titles[i] = "LDAP Operational Attributes";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0007.
0001.";
top.titles[i] = "createTimeStamp";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0007.
0002.";
top.titles[i] = "creatorsName";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0007.
0003.";
top.titles[i] = "entryFlags";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0007.
0004.";
top.titles[i] = "federationBoundary";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0007.
0005.";
top.titles[i] = "localEntryID";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0007.
0006.";
top.titles[i] = "modifiersName";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0007.
0007.";
top.titles[i] = "modifyTimeStamp";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0007.
0008.";
top.titles[i] = "structuralObjectClass";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0007.
0009.";
top.titles[i] = "subordinateCount";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0007.
0010.";
top.titles[i] = "subschemaSubentry";
i++;
top.authors[i] = "zFLDR xC.
5375.
0500.
0008.";
top.titles[i] = "Attribute Syntax Definitions";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0001.";
top.titles[i] = "Back Link";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0002.";
top.titles[i] = "Boolean";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0003.";
top.titles[i] = "Case Exact String";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0004.";
top.titles[i] = "Case Ignore List";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0005.";
top.titles[i] = "Case Ignore String";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0006.";
top.titles[i] = "Class Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0007.";
top.titles[i] = "Counter";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0008.";
top.titles[i] = "Distinguished Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0009.";
top.titles[i] = "EMail Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0010.";
top.titles[i] = "Facsimile Telephone Number";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0011.";
top.titles[i] = "Hold";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0012.";
top.titles[i] = "Integer";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0013.";
top.titles[i] = "Interval";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0014.";
top.titles[i] = "Net Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0015.";
top.titles[i] = "Numeric String";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0016.";
top.titles[i] = "Object ACL";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0017.";
top.titles[i] = "Octet List";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0018.";
top.titles[i] = "Octet String";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0019.";
top.titles[i] = "Path";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0020.";
top.titles[i] = "Postal Address";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0021.";
top.titles[i] = "Printable String";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0022.";
top.titles[i] = "Replica Pointer";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0023.";
top.titles[i] = "Stream";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0024.";
top.titles[i] = "Telephone Number";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0025.";
top.titles[i] = "Time";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0026.";
top.titles[i] = "Timestamp";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0027.";
top.titles[i] = "Typed Name";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0008.
0028.";
top.titles[i] = "Unknown";
i++;
top.authors[i] = "zFLDR xC.
5375.
0500.
0009.";
top.titles[i] = "Index of Classes";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0009.
0001.";
top.titles[i] = "A through B";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0009.
0002.";
top.titles[i] = "C through D";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0009.
0003.";
top.titles[i] = "E through K";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0009.
0004.";
top.titles[i] = "L through M";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0009.
0005.";
top.titles[i] = "N";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0009.
0006.";
top.titles[i] = "O";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0009.
0007.";
top.titles[i] = "P through R";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0009.
0008.";
top.titles[i] = "S";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0009.
0009.";
top.titles[i] = "T through Z";
i++;
top.authors[i] = "zFLDR xC.
5375.
0500.
0010.";
top.titles[i] = "Index of Attributes";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0001.";
top.titles[i] = "A";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0002.";
top.titles[i] = "B";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0003.";
top.titles[i] = "C";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0004.";
top.titles[i] = "D";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0005.";
top.titles[i] = "E";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0006.";
top.titles[i] = "F through G";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0007.";
top.titles[i] = "H";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0008.";
top.titles[i] = "I through K";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0009.";
top.titles[i] = "L";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0010.";
top.titles[i] = "M";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0011.";
top.titles[i] = "N";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0012.";
top.titles[i] = "O";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0013.";
top.titles[i] = "P";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0014.";
top.titles[i] = "Q";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0015.";
top.titles[i] = "R";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0016.";
top.titles[i] = "S";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0017.";
top.titles[i] = "T";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0018.";
top.titles[i] = "U";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0010.
0019.";
top.titles[i] = "V through Z";
i++;
top.authors[i] = "zFLDR xC.
5375.
0500.
0011.";
top.titles[i] = "Index of ASN.
1 IDs";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0011.
0001.";
top.titles[i] = "
0";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0011.
0002.";
top.titles[i] = "
1";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0011.
0003.";
top.titles[i] = "
2 through
2.
4";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0011.
0004.";
top.titles[i] = "
2.
5 through
2.
9";
i++;
top.authors[i] = "zFLDR xC.
5375.
0500.
0012.";
top.titles[i] = "Index of LDAP Names";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0001.";
top.titles[i] = "A through B";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0002.";
top.titles[i] = "C";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0003.";
top.titles[i] = "D";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0004.";
top.titles[i] = "E through F";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0005.";
top.titles[i] = "G";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0006.";
top.titles[i] = "H";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0007.";
top.titles[i] = "I through K";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0008.";
top.titles[i] = "L";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0009.";
top.titles[i] = "M";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0010.";
top.titles[i] = "N";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0011.";
top.titles[i] = "O";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0012.";
top.titles[i] = "P";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0013.";
top.titles[i] = "Q through R";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0014.";
top.titles[i] = "S";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0015.";
top.titles[i] = "T";
i++;
top.authors[i] = "zHTML xD.
5375.
0500.
0012.
0016.";
top.titles[i] = "U through Z";
i++;
top.authors[i] = "zHTML xC.
5375.
0500.
0013.";
top.titles[i] = "Revision History";
i++;
top.authors[i] = "zFLDR xB.
5375.
0400.";
top.titles[i] = "NDS Iterator Services";
i++;
top.authors[i] = "zFLDR xC.
5375.
0400.
0001.";
top.titles[i] = "Concepts";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0001.
0001.";
top.titles[i] = "Iterator Objects";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0001.
0002.";
top.titles[i] = "Creation of an Iterator Object";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0001.
0003.";
top.titles[i] = "Iterator Indexes";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0001.
0004.";
top.titles[i] = "Positions of an Iterator Object";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0001.
0005.";
top.titles[i] = "Current Position Movement with Retrieval Functions";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0001.
0006.";
top.titles[i] = "Retrieval of Data";
i++;
top.authors[i] = "zFLDR xC.
5375.
0400.
0002.";
top.titles[i] = "Tasks";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0002.
0001.";
top.titles[i] = "Creating a Search Iterator Object";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0002.
0002.";
top.titles[i] = "Retrieving and Unpacking Object and Attribute Name Data";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0002.
0003.";
top.titles[i] = "Retrieving and Unpacking Object, Attribute, and Value Data";
i++;
top.authors[i] = "zFLDR xC.
5375.
0400.
0003.";
top.titles[i] = "Functions";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0001.";
top.titles[i] = "NWDSItrAtEOF";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0002.";
top.titles[i] = "NWDSItrAtFirst";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0003.";
top.titles[i] = "NWDSItrClone";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0004.";
top.titles[i] = "NWDSItrCount";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0005.";
top.titles[i] = "NWDSItrCreateList";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0006.";
top.titles[i] = "NWDSItrCreateSearch";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0007.";
top.titles[i] = "NWDSItrDestroy";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0008.";
top.titles[i] = "NWDSItrGetCurrent";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0009.";
top.titles[i] = "NWDSItrGetInfo";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0010.";
top.titles[i] = "NWDSItrGetNext";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0011.";
top.titles[i] = "NWDSItrGetPosition";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0012.";
top.titles[i] = "NWDSItrGetPrev";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0013.";
top.titles[i] = "NWDSItrSetPosition";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0014.";
top.titles[i] = "NWDSItrSetPositionFromIterator";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0015.";
top.titles[i] = "NWDSItrSkip";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0003.
0016.";
top.titles[i] = "NWDSItrTypeDown";
i++;
top.authors[i] = "zFLDR xC.
5375.
0400.
0004.";
top.titles[i] = "NDS Iterator Example Code";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0004.
0001.";
top.titles[i] = "Cloning an Iterator Object: Example";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0004.
0002.";
top.titles[i] = "Counting with NDS Iterators: Example";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0004.
0003.";
top.titles[i] = "Creating and Using a List Iterator: Example";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0004.
0004.";
top.titles[i] = "Creating a Search Iterator and Displaying the Results: Example";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0004.
0005.";
top.titles[i] = "Getting Iterator Information: Example";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0004.
0006.";
top.titles[i] = "Getting and Setting the Iterator's Position: Example";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0004.
0007.";
top.titles[i] = "Listing in Reverse Order: Example";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0004.
0008.";
top.titles[i] = "Positioning the Iterator with Typedown: Example";
i++;
top.authors[i] = "zHTML xD.
5375.
0400.
0004.
0009.";
top.titles[i] = "Skipping Objects in the List: Example";
i++;
top.authors[i] = "zHTML xC.
5375.
0400.
0005.";
top.titles[i] = "Revision History";
i++;
// Morten's JavaScript Tree Menu
// written by Morten Wang <morten@treemenu.com> (c)
1998-
2000
// This is version
2.
2.
6, dated
2000-
03-
30
// The script is freely distributable
// It may be used (and modified) as you wish, but retain this message
// For more information about the menu visit its home page
//
http://www.treemenu.com/
/******************************************************************************
* Define the MenuItem object. *
******************************************************************************/
function MTMenuItem(text, url, target,nsearchID, icon) {
this.text = text;
this.url = url ? url : "";
this.target = target ? target : "";
this.icon = icon ? icon : "";
this.nsearchID = nsearchID;
this.number = MTMSubNumber++;
this.parent = null;
this.submenu = null;
this.expanded = false;
this.selected = false;
this.childSelected = false;
this.MTMakeSubmenu = MTMakeSubmenu;
}
function MTMakeSubmenu(menu) {
this.submenu = menu;
for (var i =
0; i < menu.items.length; i++)
{
menu.items[i].parent = this;
}
}
function getChildrenChecked(item, selected)
{
if (item.submenu != null)
{
for (var x =
0; x < item.submenu.items.length; x++)
{
item.submenu.items[x].selected = selected;
item.submenu.items[x].childSelected = false;
MarkChildren(item.submenu.items[x],selected);
}
}
}
/******************************************************************************
* Define the Menu object. *
******************************************************************************/
function MTMenu() {
this.items = new Array();
this.MTMAddItem = MTMAddItem;
}
function MTMAddItem(item) {
this.items[this.items.length] = item;
}
/******************************************************************************
* Define the icon list, addIcon function and MTMIcon item. *
******************************************************************************/
function IconList() {
this.items = new Array();
this.addIcon = addIcon;
}
function addIcon(item) {
this.items[this.items.length] = item;
}
function MTMIcon(iconfile, match, type) {
this.file = iconfile;
this.match = match;
this.type = type;
}
/******************************************************************************
* Global variables. Not to be altered unless you know what you're doing. *
* User-configurable options are at the end of this document. *
******************************************************************************/
var MTMLoaded = false;
var MTMLevel;
var MTMBar = new Array();
var MTMIndices = new Array();
var MTMBrowser = null;
var MTMNN3 = false;
var MTMNN4 = false;
var MTMIE4 = false;
var MTMUseStyle = true;
/*
* (For a standalone JS shell test, we will simply set these as follows:)
*/
MTMBrowser = true;
MTMNN4 = true;
var MTMClickedItem = false;
var MTMExpansion = false;
var MTMSubNumber =
1;
var MTMTrackedItem = false;
var MTMTrack = false;
var MTMPreHREF = "";
if(MTMIE4 || MTMNN3) {
MTMPreHREF += ""; // document.location.href.substring(
0, document.location.href.lastI
ndexOf("/") +1);
}
var MTMFirstRun = true;
var MTMCurrentTime = 0; // for checking timeout.
var MTMUpdating = false;
var MTMWinSize, MTMyval;
var MTMOutputString = "";
/******************************************************************************
* Code that picks up frame names of frames in the parent frameset. *
******************************************************************************/
/******************************************************************************
* Dummy function for sub-menus without URLs *
* Thanks to Michel Plungjan for the advice. :) *
******************************************************************************/
function myVoid() { ; }
/******************************************************************************
* Functions to draw the menu. *
******************************************************************************/
function MTMSubAction(SubItem, ReturnValue) {
SubItem.expanded = (SubItem.expanded) ? false : true;
if(SubItem.expanded) {
MTMExpansion = true;
}
MTMClickedItem = SubItem.number;
if(MTMTrackedItem && MTMTrackedItem != SubItem.number) {
MTMTrackedItem = false;
}
if(!ReturnValue) {
setTimeout("MTMDisplayMenu()", 10);
}
return ReturnValue;
}
function MarkChildren(item, selected)
{
if (item.submenu != null)
{
for (var x = 0; x < item.submenu.items.length; x++)
{
item.submenu.items[x].selected = selected;
item.submenu.items[x].childSelected = false;
MarkChildren(item.submenu.items[x],selected);
}
}
}
function isAllChildrenSelected(item)
{
if (item.submenu != null)
{
for (var x = 0; x < item.submenu.items.length; x++)
{
if (!item.submenu.items[x].selected)
{
return false;
}
}
}
return true;
}
function isSomeChildrenSelected(item)
{
var retValue = false;
if (item.submenu != null)
{
for (var x = 0; x < item.submenu.items.length; x++)
{
if (item.submenu.items[x].selected || item.submenu.items[x].childSelected)
{
retValue = true;
}
}
}
return retValue;
}
function ToggleSelected(item, ReturnValue) {
item.selected = (item.selected) ? false : true;
item.childSelected = false;
var currentNode = item;
while (currentNode.parent)
{
currentNode.parent.selected = isAllChildrenSelected(currentNode.parent);
currentNode.parent.childSelected = isSomeChildrenSelected(currentNode.parent);
currentNode = currentNode.parent;
}
MarkChildren(item,item.selected);
if(!ReturnValue) {
setTimeout("MTMDisplayMenu()", 10);
}
return ReturnValue;
}
function MTMStartMenu() {
MTMLoaded = true;
if(MTMFirstRun) {
MTMCurrentTime++;
if(MTMCurrentTime == MTMTimeOut) { // call MTMDisplayMenu
setTimeout("MTMDisplayMenu()",10);
} else {
setTimeout("MTMStartMenu()",100);
}
}
}
function MTMDisplayMenu() {
if(MTMBrowser && !MTMUpdating) {
MTMUpdating = true;
MTMFirstRun = false;
if(MTMTrack) { MTMTrackedItem = MTMTrackExpand(menu); }
if(MTMExpansion && MTMSubsAutoClose) { MTMCloseSubs(menu); }
MTMLevel = 0;
MTMDoc = parent.frames[MTMenuFrame].document
MTMDoc.open("text/html", "replace");
MTMOutputString = '<html><head>';
if(MTMLinkedSS) {
MTMOutputString += '<link rel="stylesheet" type="text/css" href="' + MTMPreHREF + MTMSSHREF + '">';
} else if(MTMUseStyle) {
MTMOutputString += '<style type="text/css">body {color:' + MTMTextColor + ';background:';
MTMOutputString += (MTMBackground == "") ? MTMBGColor : MTMakeBackImage(MTMBackground);
MTMOutputString += ';} #root {color:' + MTMRootColor + ';background:' + ((MTMBackground == "") ? MTMBGColor : 'transparent') + ';font-family:' + MTMRootFont + ';font-size:' + MTMRootCSSize + ';} ';
MTMOutputString += 'a {font-family:' + MTMenuFont + ';letter-spacing:-0.05em;font-weight:bold;font-size:' + MTMenuCSSize + ';text-decoration:none;color:' + MTMLinkColor + ';background:' + MTMakeBackground() + ';} ';
MTMOutputString += MTMakeA('pseudo', 'hover', MTMAhoverColor);
MTMOutputString += MTMakeA('class', 'tracked', MTMTrackColor);
MTMOutputString += MTMakeA('class', 'subexpanded', MTMSubExpandColor);
MTMOutputString += MTMakeA('class', 'subclosed', MTMSubClosedColor) + '</style>';
}
MTMOutputString += '</head><body ';
if(MTMBackground != "") {
MTMOutputString += 'background="' + MTMPreHREF + MTMenuImageDirectory + MTMBackground + '" ';
}
MTMOutputString += 'bgcolor="' + MTMBGColor + '" text="' + MTMTextColor + '" link="' + MTMLinkColor + '" vlink="' + MTMLinkColor + '" alink="' + MTMLinkColor + '">';
MTMOutputString += '<table border="0" cellpadding="0" cellspacing="0" width="' + MTMTableWidth + '">';
MTMOutputString += '<tr valign="top"><td nowrap>'; //REMOVED ROOT ICON <img src="' + MTMPreHREF + MTMenuImageDirectory + MTMRootIcon + '" align="left" border="0" vspace="0" hspace="0">';
if(MTMUseStyle) {
MTMOutputString += ''; //REMOVED ROOT CAPTION <span id="root"> ' + MTMenuText + '</span>';
} else {
MTMOutputString += ''; //REMOVED ROOT CAPTION <font size="' + MTMRootFontSize + '" face="' + MTMRootFont + '" color="' + MTMRootColor + '">' + MTMenuText + '</font>';
}
MTMDoc.writeln(MTMOutputString + '</td></tr>');
MTMListItems(menu);
MTMDoc.writeln('</table>');
MTMDoc.writeln('</body></html>');
MTMDoc.close();
if((MTMClickedItem || MTMTrackedItem) && (MTMNN4 || MTMIE4) && !MTMFirstRun) {
MTMItemName = "sub" + (MTMClickedItem ? MTMClickedItem : MTMTrackedItem);
if(document.layers && parent.frames[MTMenuFrame].scrollbars) {
MTMyval = parent.frames[MTMenuFrame].document.anchors[MTMItemName].y;
MTMWinSize = parent.frames[MTMenuFrame].innerHeight;
} else {
MTMyval = MTMGetPos(parent.frames[MTMenuFrame].document.all[MTMItemName]);
MTMWinSize = parent.frames[MTMenuFrame].document.body.offsetHeight;
}
if(MTMyval > (MTMWinSize - 60)) {
parent.frames[MTMenuFrame].scrollBy(0, parseInt(MTMyval - (MTMWinSize * 1/3)));
}
}
MTMClickedItem = false;
MTMExpansion = false;
MTMTrack = false;
}
MTMUpdating = false;
}
function MTMListItems(menu) {
var i, isLast;
for (i = 0; i < menu.items.length; i++) {
MTMIndices[MTMLevel] = i;
isLast = (i == menu.items.length -1);
MTMDisplayItem(menu.items[i], isLast);
if (menu.items[i].submenu && menu.items[i].expanded) {
MTMBar[MTMLevel] = (isLast) ? false : true;
MTMLevel++;
MTMListItems(menu.items[i].submenu);
MTMLevel--;
} else {
MTMBar[MTMLevel] = false;
}
}
}
function MTMDisplayItem(item, last) {
var i, img, more;
var MTMfrm = "parent.frames['code']";
var MTMref = '.menu.items[' + MTMIndices[0] + ']';
if(item.submenu) {
var MTMouseOverText;
var MTMClickCmd;
var MTMDblClickCmd = false;
if(MTMLevel > 0) {
for(i = 1; i <= MTMLevel; i++) {
MTMref += ".submenu.items[" + MTMIndices[i] + "]";
}
}
if(!MTMEmulateWE && !item.expanded && (item.url != "")) {
MTMClickCmd = "return " + MTMfrm + ".MTMSubAction(" + MTMfrm + MTMref + ",true);";
} else {
MTMClickCmd = "return " + MTMfrm + ".MTMSubAction(" + MTMfrm + MTMref + ",false);";
}
if(item.url == "") {
MTMouseOverText = (item.text.indexOf("'") != -1) ? MTMEscapeQuotes(item.text) : item.text;
} else {
MTMouseOverText = "Expand/Collapse";
}
}
MTMOutputString = '<tr valign="top"><td nowrap>';
if(MTMLevel > 0) {
for (i = 0; i < MTMLevel; i++) {
MTMOutputString += (MTMBar[i]) ? MTMakeImage("menu_bar.gif") : MTMakeImage("menu_pixel.gif");
}
}
more = false;
if(item.submenu) {
if(MTMSubsGetPlus || MTMEmulateWE) {
more = true;
} else {
for (i = 0; i < item.submenu.items.length; i++) {
if (item.submenu.items[i].submenu) {
more = true;
}
}
}
}
if(!more) {
img = (last) ? "menu_corner.gif" : "menu_tee.gif";
} else {
if(item.expanded) {
img = (last) ? "menu_corner_minus.gif" : "menu_tee_minus.gif";
} else {
img = (last) ? "menu_corner_plus.gif" : "menu_tee_plus.gif";
}
if(item.url == "" || item.expanded || MTMEmulateWE) {
MTMOutputString += MTMakeVoid(item, MTMClickCmd, MTMouseOverText);
} else {
MTMOutputString += MTMakeLink(item, true) + ' onclick="' + MTMClickCmd + '">';
}
}
MTMOutputString += MTMakeImage(img);
/////////////////////////////////////////
var MTMCheckRef = '.menu.items[' + MTMIndices[0] + ']';
if(MTMLevel > 0) {
for(i = 1; i <= MTMLevel; i++) {
MTMCheckRef += ".submenu.items[" + MTMIndices[i] + "]";
}
}
MTMOutputString += MTMakeVoid(item, "return " + MTMfrm + ".ToggleSelected(" + MTMfrm + MTMCheckRef + ",false);", "Checked Status") ;
var checkedImage = item.selected ? "checked.gif" : "uchecked.gif";
if (!item.selected)
{
checkedImage = item.childSelected ? "gchecked.gif" : "uchecked.gif";
}
MTMOutputString += MTMakeImage(checkedImage);
MTMOutputString += '</a>';
/////////////////////////////////////////////////
if(item.submenu) {
if(MTMEmulateWE && item.url != "")
{
MTMOutputString += '</a>' + MTMakeLink(item, false) + '>';
}
img = (item.expanded) ? "menu_folder_open.gif" : "menu_folder_closed.gif";
if(!more) {
if(item.url == "" || item.expanded) {
MTMOutputString += MTMakeVoid(item, MTMClickCmd, MTMouseOverText);
} else {
MTMOutputString += MTMakeLink(item, true) + ' onclick="' + MTMClickCmd + '">';
}
}
MTMOutputString += MTMakeImage(img);
} else {
MTMOutputString += MTMakeLink(item, true) + '>';
img = (item.icon != "") ? item.icon : MTMFetchIcon(item.url);
MTMOutputString += MTMakeImage(img);
}
if(item.submenu && (item.url != "") && (item.expanded && !MTMEmulateWE)) {
MTMOutputString += '</a>' + MTMakeLink(item, false) + '>';
}
if(MTMNN3 && !MTMLinkedSS) {
var stringColor;
if(item.submenu && (item.url == "") && (item.number == MTMClickedItem)) {
stringColor = (item.expanded) ? MTMSubExpandColor : MTMSubClosedColor;
} else if(MTMTrackedItem && MTMTrackedItem == item.number) {
stringColor = MTMTrackColor;
} else {
stringColor = MTMLinkColor;
}
MTMOutputString += '<font color="' + stringColor + '" size="' + MTMenuFontSize + '" face="' + MTMenuFont + '">';
}
MTMOutputString += ' ' + item.text + ((MTMNN3 && !MTMLinkedSS) ? '</font>' : '') + '</a>' ;
MTMDoc.writeln(MTMOutputString + '</td></tr>');
}
function MTMEscapeQuotes(myString) {
var newString = "";
var cur_pos = myString.indexOf("'");
var prev_pos = 0;
while (cur_pos != -1) {
if(cur_pos == 0) {
newString += "\\";
} else if(myString.charAt(cur_pos-1) != "\\") {
newString += myString.substring(prev_pos, cur_pos) + "\\";
} else if(myString.charAt(cur_pos-1) == "\\") {
newString += myString.substring(prev_pos, cur_pos);
}
prev_pos = cur_pos++;
cur_pos = myString.indexOf("'", cur_pos);
}
return(newString + myString.substring(prev_pos, myString.length));
}
function MTMTrackExpand(thisMenu) {
var i, targetPath;
var foundNumber = false;
for(i = 0; i < thisMenu.items.length; i++) {
if(thisMenu.items[i].url != "" && MTMTrackTarget(thisMenu.items[i].target)) {
targetPath = parent.frames[thisMenu.items[i].target].location.protocol + '//' + parent.frames[thisMenu.items[i].target].location.host + parent.frames[thisMenu.items[i].target].location.pathname;
if(targetPath.lastIndexOf(thisMenu.items[i].url) != -1 && (targetPath.lastIndexOf(thisMenu.items[i].url) + thisMenu.items[i].url.length) == targetPath.length) {
return(thisMenu.items[i].number);
}
}
if(thisMenu.items[i].submenu) {
foundNumber = MTMTrackExpand(thisMenu.items[i].submenu);
if(foundNumber) {
if(!thisMenu.items[i].expanded) {
thisMenu.items[i].expanded = true;
if(!MTMClickedItem) { MTMClickedItem = thisMenu.items[i].number; }
MTMExpansion = true;
}
return(foundNumber);
}
}
}
return(foundNumber);
}
function MTMCloseSubs(thisMenu) {
var i, j;
var foundMatch = false;
for(i = 0; i < thisMenu.items.length; i++) {
if(thisMenu.items[i].submenu && thisMenu.items[i].expanded) {
if(thisMenu.items[i].number == MTMClickedItem) {
foundMatch = true;
for(j = 0; j < thisMenu.items[i].submenu.items.length; j++) {
if(thisMenu.items[i].submenu.items[j].expanded) {
thisMenu.items[i].submenu.items[j].expanded = false;
}
}
} else {
if(foundMatch) {
thisMenu.items[i].expanded = false;
} else {
foundMatch = MTMCloseSubs(thisMenu.items[i].submenu);
if(!foundMatch) {
thisMenu.items[i].expanded = false;
}
}
}
}
}
return(foundMatch);
}
function MTMFetchIcon(testString) {
var i;
for(i = 0; i < MTMIconList.items.length; i++) {
if((MTMIconList.items[i].type == 'any') && (testString.indexOf(MTMIconList.items[i].match) != -1)) {
return(MTMIconList.items[i].file);
} else if((MTMIconList.items[i].type == 'pre') && (testString.indexOf(MTMIconList.items[i].match) == 0)) {
return(MTMIconList.items[i].file);
} else if((MTMIconList.items[i].type == 'post') && (testString.indexOf(MTMIconList.items[i].match) != -1)) {
if((testString.lastIndexOf(MTMIconList.items[i].match) + MTMIconList.items[i].match.length) == testString.length) {
return(MTMIconList.items[i].file);
}
}
}
return("menu_link_default.gif");
}
function MTMGetPos(myObj) {
return(myObj.offsetTop + ((myObj.offsetParent) ? MTMGetPos(myObj.offsetParent) : 0));
}
function MTMCheckURL(myURL) {
var tempString = "";
if((myURL.indexOf("http://") == 0) || (myURL.indexOf("https://") == 0) || (myURL.indexOf("mailto:") == 0) || (myURL.indexOf("ftp://") == 0) || (myURL.indexOf("telnet:") == 0) || (myURL.indexOf("news:") == 0) || (myURL.indexOf("gopher:") == 0) || (myURL.indexOf("nntp:") == 0) || (myURL.indexOf("javascript:") == 0)) {
tempString += myURL;
} else {
tempString += MTMPreHREF + myURL;
}
return(tempString);
}
function MTMakeVoid(thisItem, thisCmd, thisText) {
var tempString = "";
tempString += '<a name="sub' + thisItem.number + '" href="javascript:parent.frames[\'code\'].myVoid();" onclick="' + thisCmd + '" onmouseover="window.status=\'' + thisText + '\';return true;" onmouseout="window.status=\'' + window.defaultStatus.replace(/'/g,"") + '\';return true;"';
if(thisItem.number == MTMClickedItem) {
var tempClass;
tempClass = thisItem.expanded ? "subexpanded" : "subclosed";
tempString += ' class="' + tempClass + '"';
}
return(tempString + '>');
}
function MTMakeLink(thisItem, addName) {
var tempString = '<a';
if(MTMTrackedItem && MTMTrackedItem == thisItem.number) {
tempString += ' class="tracked"'
}
if(addName) {
tempString += ' name="sub' + thisItem.number + '"';
}
tempString += ' href="' + MTMCheckURL(thisItem.url) + '"';
if(thisItem.target != "") {
tempString += ' target="' + thisItem.target + '"';
}
return tempString;
}
function MTMakeImage(thisImage) {
return('<img src="' + MTMPreHREF + MTMenuImageDirectory + thisImage + '" align="left" border="0" vspace="0" hspace="0" width="18" height="18">');
}
function MTMakeBackImage(thisImage) {
var tempString = 'transparent url("' + ((MTMPreHREF == "") ? "" : MTMPreHREF);
tempString += MTMenuImageDirectory + thisImage + '")'
return(tempString);
}
function MTMakeA(thisType, thisText, thisColor) {
var tempString = "";
tempString += 'a' + ((thisType == "pseudo") ? ':' : '.');
return(tempString + thisText + '{color:' + thisColor + ';background:' + MTMakeBackground() + ';}');
}
function MTMakeBackground() {
return((MTMBackground == "") ? MTMBGColor : 'transparent');
}
function MTMTrackTarget(thisTarget) {
if(thisTarget.charAt(0) == "_") {
return false;
} else {
for(i = 0; i < MTMFrameNames.length; i++) {
if(thisTarget == MTMFrameNames[i]) {
return true;
}
}
}
return false;
}
/******************************************************************************
* User-configurable options. *
******************************************************************************/
// Menu table width, either a pixel-value (number) or a percentage value.
var MTMTableWidth = "100%";
// Name of the frame where the menu is to appear.
var MTMenuFrame = "tocmain";
// variable for determining whether a sub-menu always gets a plus-sign
// regardless of whether it holds another sub-menu or not
var MTMSubsGetPlus = true;
// variable that defines whether the menu emulates the behaviour of
// Windows Explorer
var MTMEmulateWE = true;
// Directory of menu images/icons
var MTMenuImageDirectory = "/ndk/doc/docui2k/menu-images/";
// Variables for controlling colors in the menu document.
// Regular BODY atttributes as in HTML documents.
var MTMBGColor = "#cc0000";
var MTMBackground = "";
var MTMTextColor = "white";
// color for all menu items
var MTMLinkColor = "#ffffcc";
// Hover color, when the mouse is over a menu link
var MTMAhoverColor = "#FF9933";
// Foreground color for the tracking & clicked submenu item
var MTMTrackColor ="#FF9933";
var MTMSubExpandColor = "#ffffcc";
var MTMSubClosedColor = "#ffffcc";
// All options regarding the root text and it's icon
var MTMRootIcon = "menu_new_root.gif";
var MTMenuText = "Site contents:";
var MTMRootColor = "white";
var MTMRootFont = "Verdana";
var MTMRootCSSize = "84%";
var MTMRootFontSize = "-1";
// Font for menu items.
var MTMenuFont = "Verdana";
var MTMenuCSSize = "74%";
var MTMenuFontSize = "-1";
// Variables for style sheet usage
// 'true' means use a linked style sheet.
var MTMLinkedSS = false;
var MTMSSHREF = "style/menu.css";
// Whether you want an open sub-menu to close automagically
// when another sub-menu is opened. 'true' means auto-close
var MTMSubsAutoClose = false;
// This variable controls how long it will take for the menu
// to appear if the tracking code in the content frame has
// failed to display the menu. Number if in tenths of a second
// (1/10) so 10 means "wait 1 second".
var MTMTimeOut = 25;
/******************************************************************************
* User-configurable list of icons. *
******************************************************************************/
var MTMIconList = null;
MTMIconList = new IconList();
// examples:
//MTMIconList.addIcon(new MTMIcon("menu_link_external.gif", "http://", "pre"));
//MTMIconList.addIcon(new MTMIcon("menu_link_pdf.gif", ".pdf", "post"));
/******************************************************************************
* User-configurable menu. *
******************************************************************************/
// navigation link is an object used to store the extracted information from
// the search request. The stored information will be used to build the
// navigation tree.
function navigationLink(title,URL,level,elementIndex,levelIndex,parentIndex,author)
{
var returnArray = new Array();
returnArray.title = title;
returnArray.URL = URL;
returnArray.level = level;
returnArray.hasChild = false;
returnArray.elementIndex = elementIndex;
returnArray.parentIndex = parentIndex;
returnArray.levelIndex = levelIndex;
returnArray.author = author;
return returnArray;
}
// Variables used for tracking state as the search iterates through the list
// of documents returned.
var index = 0;
var currentLevel = 0;
var levelParents = new Array();
var levelIndexes = new Array();
var navigationTree = new Array();
var treeNodes = new Array();
var levelIndex = 0;
top.printList = "";
top.printCount = 0;
// asign the menu handle to the created tree
var menu = null;
function getNextChecked(item)
{
// case that root of tree is selected
if ( item.parent == null && item.selected)
{
for (var i = 0 ; i < top.authors.length; i++)
{
var re = /\s$/;
if (top.titles[i].replace(re,"") == item.text.replace(re,""))
{
top.printList += (top.authors[i].length + 3) + "_" + top.authors[i].replace(/\s/g,"+") + "+en";
top.printCount ++;
}
}
}
else if (item.submenu != null)
{
for (var x = 0; x < item.submenu.items.length; x++)
{
if (item.submenu.items[x].selected)
{
var name = item.submenu.items[x].text;
for (var i = 0 ; i < top.authors.length; i++)
{
var re = /\s$/;
if (top.titles[i].replace(re,"") == name.replace(re,""))
{
top.printList += (top.authors[i].length + 3) + "_" + top.authors[i].replace(/\s/g,"+") + "+en";
top.printCount ++;
}
}
}
else
{
getNextChecked(item.submenu.items[x]);
}
}
}
}
// Get a URL to pass checked topics to the Print Servlet
function getPrintUrl(menu)
{
top.printList = "";
top.printCount = 0;
getNextChecked(menu.items[0]);
top.printList = top.printCount + "_" + top.printList;
return top.printList;
}
function setLevels()
{
// Tracking the parent of the next node.
levelParents[currentLevel + 1] = index;
// levelIndex is the child index under a branch
if (levelIndexes[currentLevel] == null)
{
levelIndexes[currentLevel] = 0;
}
else
{
levelIndexes[currentLevel] = levelIndexes[currentLevel] + 1;
levelIndexes[currentLevel + 1] = -1;
}
}
function buildTree()
{
// Determine which nodes have children and assign the correct property
for (var i = 0; i < navigationTree.length-1; i++)
{
// see if the current node has chilren
var thisLevel = navigationTree[i]["level"];
var nextLevel = navigationTree[i+1]["level"];
if (nextLevel > thisLevel)
{
navigationTree[i]["hasChild"] = true;
}
else
{
navigationTree[i]["hasChild"] = false;
}
}
// create tree object nodes.
for( var j = 0; j < navigationTree.length; j++)
{
treeNodes[j] = null;
treeNodes[j] = new MTMenu();
}
// add all items to nodes -
// NOTE, index to add to is the parent index + 1 for node tree offset of root=0
for( var j3 = 0; j3 < navigationTree.length; j3++)
{
if (navigationTree[j3]["parentIndex"] == null)
{
var nsearchID = navigationTree[j3]["author"];
treeNodes[0].MTMAddItem(new MTMenuItem(navigationTree[j3]["title"], navigationTree[j3]["URL"].replace(/http...developer.novell.com.ndk/gi,"/ndk") , "content_frame", nsearchID));
}
else
{
var nsearchID = navigationTree[j3]["author"];
treeNodes[navigationTree[j3]["parentIndex"] + 1 ].MTMAddItem(new MTMenuItem(navigationTree[j3]["title"], navigationTree[j3]["URL"].replace(/http...developer.novell.com.ndk/gi,"/ndk"), "content_frame",nsearchID));
}
}
// create submenu structure
// NOTE: add 1 to parent nodes for root = 0 offset.
for( var j4 = 0; j4 < navigationTree.length; j4++)
{
if (navigationTree[j4]["hasChild"])
{
var pindex = null;
if (navigationTree[j4]["parentIndex"] == null)
{
pindex = 0;
}
else
{
pindex = navigationTree[j4]["parentIndex"]+1;
}
var lindex = navigationTree[j4]["levelIndex"];
// document.write('treeNodes[' + pindex +'].items['+ lindex +'].MTMakeSubmenu(treeNodes['+(j4+1)+']);<br>');
treeNodes[pindex].items[lindex].MTMakeSubmenu(treeNodes[j4+1]);
}
}
menu = treeNodes[0];
//expand the second item to display the sub contents on first display
if (menu.items[0] != null )
{
menu.items[0].expanded = true;
}
}
currentLevel++;
setLevels();
var navElement = navigationLink("NDS Libraries for C ","http://developer.novell.com/ndk/doc/ndslib/treetitl.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NDS Backup Services ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/hevgtl7k.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Functions ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/h7qwv271.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NDSBackupServerData ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/sdk5.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDSFreeNameList ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/sdk12.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDSGetReplicaPartitionNames ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/sdk19.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDSIsOnlyServerInTree ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/sdk26.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDSSYSVolumeRecovery ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/sdk33.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDSVerifyServerInfo ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/sdk40.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Structures ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/hqp7vveq.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NAMEID_TYPE ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/sdk48.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Values ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/hmmmal7s.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NDS Reason Flags ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/h3r99io5.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Server Flags ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/hnlckbki.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Revision History ","http://developer.novell.com/ndk/doc/ndslib/dsbk_enu/data/a5i29ah.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("NDS Event Services ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hmwiqbwd.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Concepts ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hj3udfo7.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NDS Event Introduction ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hmgeu8a1.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Event Functions ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hxwcemsz.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Event Priorities ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hux0tdup.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Event Data Filtering ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/ha7nqbpy.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Event Types ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/h741eryw.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Global Network Monitoring ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/h9alatk4.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Tasks ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/huypg52u.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Monitoring NDS Events ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hhkihe7f.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Registering for NDS Events ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/h0xmzt1h.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Unregistering for NDS Events ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hk3fvwed.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Functions ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/h7qwv271.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NWDSEConvertEntryName ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk28.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSEGetLocalAttrID ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk33.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSEGetLocalAttrName ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk39.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSEGetLocalClassID ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk45.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSEGetLocalClassName ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk51.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSEGetLocalEntryID ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk57.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSEGetLocalEntryName ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk63.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSERegisterForEvent ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk69.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSERegisterForEventWithResult ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk75.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSEUnRegisterForEvent ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk81.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Structures ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hqp7vveq.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("DSEACL ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk88.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEBackLink ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk92.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEBinderyObjectInfo ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk96.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEBitString ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk100.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEChangeConnState ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk104.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSECIList ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk108.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEDebugInfo ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk112.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEEmailAddress ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk116.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEEntryInfo ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk120.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEEntryInfo2 ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk124.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEEventData ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk128.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEFaxNumber ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk132.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEHold ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk135.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEModuleState ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk139.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSENetAddress ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk143.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEOctetList ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk147.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEPath ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk151.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEReplicaPointer ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk155.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSESEVInfo ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk159.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSETimeStamp ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk163.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSETraceInfo ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk167.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSETypedName ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk172.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEVALData ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk176.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("DSEValueInfo ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/sdk179.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Values ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hmmmal7s.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Event Priorities ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hlerfllh.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Event Types ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/hiz5y84y.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Revision History ","http://developer.novell.com/ndk/doc/ndslib/dsev_enu/data/a6hw6zr.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("NDS Technical Overview ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h6tvg4z7.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NDS as the Internet Directory ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h273w870.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Requirements for Networks and the Internet ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/a2lh37b.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Compliance to X.500 Standard ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h0jj42d7.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Compliance with LDAP v3 ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/a2b6k5w.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Directory Access Protocols ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/a2b6k5x.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Programming Interfaces for NDS ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h2qzzkq8.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Architecture ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h6mny7fl.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("NDS Objects ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hp4dslw5.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NDS Names ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h0yh1byj.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Types of Information Stored in NDS ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hci52ynf.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Retrieval of Information from NDS ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hwwz5mda.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Tree Walking ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h2xhaphc.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Object Management ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h3mq2rf0.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("NDS Security ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hl8x1zxc.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Authentication ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hp901s8a.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Access Control Lists ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hr8sqtoi.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Inheritance ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hh9881ul.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NetWare File System ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h64btfhk.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Partitions and Replicas ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hmq60r6h.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Partitioning ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hqx5hvrp.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Replication ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hj5l8npv.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Distributed Reference Management ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hzap47de.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Partition Operations ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hgbpk7x9.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Synchronization ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hsiplgn4.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Background Processes ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hz2kcp2e.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Bindery Services ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hwug6ytv.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NDS Bindery Context ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h8dwby8o.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Bindery Context Path ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h6y3yva6.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Bindery Context Eclipsing ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hwcqk80m.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Bindery Objects ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hq4w9le6.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("NDS Return Values ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hbjry4gt.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NDS Return Values from the Operating System ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h5h16q77.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Client Return Values ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/he2lvhfy.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Agent Return Values ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hcvwzt90.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Directory Services Trace Utilities ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hujirj2n.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Using the DSTrace NLM ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hmg1e5gn.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Using Basic SET DSTrace Commands ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hdn0smja.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Starting Background Processes with SET DSTrace ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/h5pjd8fv.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Tuning Background Processes ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hhv9cqpk.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Enabling DSTrace Messages with SET DSTrace ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/hcah5j8v.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Revision History ","http://developer.novell.com/ndk/doc/ndslib/dsov_enu/data/a5i29ah.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("NDS Core Services ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/h2y7hdit.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Programming Concepts ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/h2x9gqr9.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Context Handles ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/huynzi7a.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Buffer Management ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/h9xiygoj.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Read Requests for Object Information ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/h7d6try4.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Search Requests ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/h11es6ae.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Developing in a Loosely Consistent Environment ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/hsaqomj7.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Add Object Requests ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/hqjws9hi.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NDS Security and Applications ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/h3xwyggn.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Authentication of Client Applications ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/h0m1k6ck.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Multiple Tree Support ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/hu5a8flo.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Effective Rights Function ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/he06edkq.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Partition Functions ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/ha7fzu9h.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Replica Functions ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/hpmsr4w7.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Read Requests for Schema Information ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/h0a2o4v9.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Schema Extension Requests ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/hrgy5k6e.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Tasks ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/huypg52u.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("Context Handle Tasks ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/hw34ixeu.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Buffer Tasks ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/hb1nkqk4.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Authentication and Connection Tasks ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/huzx6sda.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Object Tasks ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/hddp9m9i.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Partition and Replica Tasks ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/hpx2o69b.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("Schema Tasks ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/hp85l75p.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
if (currentLevel > 1) currentLevel--
setLevels();
var navElement = navigationLink("Functions ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/h7qwv271.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
currentLevel++;
setLevels();
var navElement = navigationLink("NWDSAbbreviateName ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk135.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAbortPartitionOperation ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk144.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAddFilterToken ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk153.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAddObject ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk162.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAddPartition (obsolete>45;45;45;moved from .h file 11/99) ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk171.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAddReplica ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk180.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAddSecurityEquiv ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk189.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAllocBuf ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk198.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAllocFilter ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk207.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAuditGetObjectID ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk216.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAuthenticate ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk225.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAuthenticateConn ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk234.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSAuthenticateConnEx ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/a3fvxoz.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSBackupObject ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk243.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSBeginClassItem ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk252.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSCanDSAuthenticate ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk261.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSCanonicalizeName ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk270.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSChangeObjectPassword ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk279.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSChangeReplicaType ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk288.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSCIStringsMatch ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk297.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSCloseIteration ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk305.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSCompare ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk314.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSComputeAttrValSize ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk360.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSCreateContext (obsolete45;45;45;moved from .h file 6/99) ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk369.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSCreateContextHandle ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk371.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSDefineAttr ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk382.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSDefineClass ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk391.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSDelFilterToken ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk402.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSDuplicateContext (obsolete 03/99) ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk412.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSDuplicateContextHandle ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk423.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSExtSyncList ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk434.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSExtSyncRead ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk443.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSExtSyncSearch ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk455.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSFreeBuf ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk465.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSFreeContext ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk474.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSFreeFilter ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk491.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGenerateObjectKeyPair ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk501.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetAttrCount ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk511.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetAttrDef ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk521.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetAttrName ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk530.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetAttrVal ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk540.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetAttrValFlags ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk550.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetAttrValModTime ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk558.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetBinderyContext ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk566.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetClassDef ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk603.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetClassDefCount ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk691.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetClassItem ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk769.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetClassItemCount ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk838.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetContext ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk919.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetCountByClassAndName ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk972.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetCurrentUser ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1031.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetDefNameContext ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1041.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetDSIInfo ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1117.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetDSVerInfo ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1209.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetEffectiveRights ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1274.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetMonitoredConnRef ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1346.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetNDSInfo ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1425.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetObjectCount ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1528.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetObjectHostServerAddress ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1604.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetObjectName ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1640.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetObjectNameAndInfo ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1700.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetPartitionExtInfo ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1781.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetPartitionExtInfoPtr ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1830.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetPartitionInfo ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk1938.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetPartitionRoot ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk2001.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetServerAddresses (obsolete 3/98) ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk2021.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetServerAddresses2 ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk2030.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetServerDN ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk2039.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetServerName ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk2047.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetSyntaxCount ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk2056.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetSyntaxDef ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk2065.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSGetSyntaxID ","http://developer.novell.com/ndk/doc/ndslib/nds__enu/data/sdk2074.html",currentLevel,index,levelIndexes[currentLevel],levelParents[currentLevel],"");
navigationTree[index] = navElement;
index++;
setLevels();
var navElement = navigationLink("NWDSInitBuf ","http://developer.novell.com/ndk/doc/