<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2002 by Donald Firesmith
function includeTaskLinks() {
document.write(
'<span class="tiny">',
'<a href="../../Activities/Implementation/Implementation.html"><strong>Implementation Tasks:</strong></a>',
'&nbsp; <a href="Acquisition.html">Acquisition</a>',
'&nbsp; <a href="DataConversion.html">Data Conversion</a>', 
'&nbsp; <a href="DataGeneration.html">Data Generation</a>', 
'&nbsp; <a href="Debugging.html">Debugging</a>', 
'&nbsp; <a href="Fabrication.html">Fabrication</a>',
'&nbsp; <a href="ImplementationReuse.html">Implementation Reuse</a>', 
'&nbsp; <a href="Programming.html">Programming</a>', 
'&nbsp; <a href="SoftwareInternationalization.html">Software Internationalization</a>', 
'&nbsp; <a href="TechnologyStrategyImplementation.html">Technology Strategy Implementation</a>', 
'</span>'
);
}
// stop hiding -->

