<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2002 by Donald Firesmith
function includeTopicLinks() {
document.write(
'<span class="tiny">',
'<strong>Topics:</strong>',
'&nbsp; <a href="#Definition">Definition</a>',
'&nbsp; <a href="#Objectives">Objectives</a>',
'&nbsp; <a href="#Contents">Contents</a>',
'&nbsp; <a href="#Stakeholders">Stakeholders</a>',
'&nbsp; <a href="#Phases">Phases</a>',
'&nbsp; <a href="#Preconditions">Preconditions</a>',
'&nbsp; <a href="#Inputs">Inputs</a>',
'&nbsp; <a href="#Guidelines">Guidelines</a>',
'&nbsp; <a href="#Conventions">Conventions</a>',
'&nbsp; <a href="#Examples">Examples</a>',
'</span>'
);
}
// stop hiding -->
