<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2006 by Donald Firesmith
function includeTaskLinks() {
document.write(
'<span class="tiny">',
'<strong>Process Engineering Tasks:</strong></a>',
'&nbsp; <a href="MethodConstruction.html">Method_Construction</a>', 
'&nbsp; <a href="MethodConsulting.html">Method_Consulting</a>', 
'&nbsp; <a href="MethodDocumentation.html">Method_Documentation</a>',
'&nbsp; <a href="MethodEvaluation.html">Method_Evaluation</a>',
'&nbsp; <a href="MethodMaintenance.html">Method_Maintenance</a>',
'&nbsp; <a href="MethodMandating.html">Method_Mandating</a>', 
'&nbsp; <a href="MethodMonitoring.html">Method_Monitoring</a>',
'&nbsp; <a href="MethodNeedsAssessment.html">Method_Needs_Assessment</a>',
'&nbsp; <a href="MethodReuse.html">Method_Reuse</a>',
'&nbsp; <a href="ProcessFrameworkConstruction.html">Process_Framework_Construction</a>', 
'&nbsp; <a href="ProcessFrameworkDocumentation.html">Process_Framework_Documentation</a>',
'&nbsp; <a href="ProcessFrameworkMaintenance.html">Process_Framework_Maintenance</a>',
'&nbsp; <a href="ProcessFrameworkMandating.html">Process_Framework_Mandating</a>', 
'&nbsp; <a href="ProcessFrameworkReuse.html">Process_Framework_Reuse</a>',
'&nbsp; <a href="ProcessFrameworkNeedsAssessment.html">Process_Framework_Needs_Assessment</a>',
'&nbsp; <a href="ProcessRepositoryManagement.html">Process_Repository_Management</a>',
'</span>'
);
}
// stop hiding -->

