<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001 by Donald Firesmith
function includeTaskLinks() {
document.write(
'<span class="tiny">',
'<a href="../../Activities/EnvironmentsEngineering/EnvironmentsEngineering.html"><strong>Environments Engineering Tasks:</strong></a>',
'&nbsp; <a href="EnvironmentsNeedsAssessment.html">Environments Needs Assessment</a>',
'&nbsp; <a href="EnvironmentsDesign.html">Environments Design</a>',
'&nbsp; <a href="VendorAndToolEvaluation.html">Vendor and Tool Evaluation</a>',
'&nbsp; <a href="VendorAndToolSelection.html">Vendor and Tool Selection</a>',
'&nbsp; <a href="ToolAcquisition.html">Tool Acquisition</a>',
'&nbsp; <a href="EnvironmentsProduction.html">Environments Production</a>',
'&nbsp; <a href="EnvironmentsMaintenance.html">Environments Maintenance</a>',
'</span>'
);
}
// stop hiding -->

