<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2002 by Donald Firesmith
function includeImplementationLinks() {
document.write(
'<span class="tiny">',
'       <strong>Implementation Subactivities:</strong> ',
'&nbsp; <a href="ApplicationImplementation.html">Application Implementation</a>',
'&nbsp; <a href="BusinessImplementation.html">Business Implementation</a>',
'<hr />',
'       <strong>Center Implementation Subactivities:</strong> ',
'&nbsp; <a href="ContactCenterImplementation.html">Contact Center Implementation</a>',
'&nbsp; <a href="DataCenterImplementation.html">Data Center Implementation</a>',
'&nbsp; <a href="ReuseCenterImplementation.html">Reuse Center Implementation</a>',
'<hr />',
'       <strong>Component Implementation Subactivities:</strong> ',
'&nbsp; <a href="DataComponentImplementation.html">Data Component Implementation</a>',
'&nbsp; <a href="HardwareComponentImplementation.html">Hardware Component Implementation</a>',
'&nbsp; <a href="SoftwareComponentImplementation.html">Software Component Implementation</a>',
'</span>'
);
}
// stop hiding -->

