<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001 by Donald Firesmith
function includeReuseEngineeringTaskLinks() {
document.write(
'<span class="tiny">',
'       <a href="../../Activities/ReuseEngineering/ReuseEngineering.html"><strong>Reuse Engineering Tasks</strong></a>:',
'&nbsp; <a href="EndeavorSupport.html">Endeavor Support</a>',
'&nbsp; <a href="ReuseRepositoryProduction.html">Reuse Repository Production</a>',
'&nbsp; <a href="ReusableWorkProductIdentification.html">Reusable Work Product Identification</a>',
'&nbsp; <a href="ReusableWorkProductEvaluation.html">Reusable Work Product Evaluation</a>',
'&nbsp; <a href="ReusableWorkProductPreparation.html">Reusable Work Product Preparation</a>',
'&nbsp; <a href="ReusableWorkProductCertification.html">Reusable Work Product Certification</a>',
'</span>'
);
}
// stop hiding -->

