<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2005 by Donald Firesmith

function includeTopicLinks() {
document.write(
'<span class="tiny">',
'<strong>Topics:</strong>',
'&nbsp; <a href="#Definition">Definition</a>',
'&nbsp; <a href="#Goals">Goals</a>',
'&nbsp; <a href="#Objectives">Objectives</a>',
'&nbsp; <a href="#Examples">Examples</a>',
'&nbsp; <a href="#Preconditions">Preconditions</a>',
'&nbsp; <a href="#Completion_Criteria">Completion Criteria</a>',
'&nbsp; <a href="#Tasks">Tasks</a>',
'&nbsp; <a href="#Environments">Environments</a>',
'&nbsp; <a href="#Work_Products">Work Products</a>',
'&nbsp; <a href="#Phases">Phases</a>',
'&nbsp; <a href="#Guidelines">Guidelines</a>',
'</span>'
);
}

function includeTopicLinksNew() {
document.write(
'<span class="tiny">',
'<strong>Topics:</strong>',
'&nbsp; <a href="#Definition">Definition</a>',
'&nbsp; <a href="#Classification">Classification</a>',
'&nbsp; <a href="#Responsibilities">Responsibilities</a>',
'&nbsp; <a href="#Preconditions">Preconditions</a>',
'&nbsp; <a href="#Completion_Criteria">Completion_Criteria</a>',
'&nbsp; <a href="#Tasks">Tasks</a>',
'&nbsp; <a href="#Environments">Environments</a>',
'&nbsp; <a href="#Work_Products">Work_Products</a>',
'&nbsp; <a href="#Phases">Phases</a>',
'&nbsp; <a href="#Guidelines">Guidelines</a>',
'</span>'
);
}


// stop hiding -->
