<!--
function includeIntegrationActivityLinks() {
document.write(
'<span class="tiny">',
'       <a href="Integration.html"><strong>Integration Activities:</strong></a>',
'&nbsp; <a href="BusinessIntegration.html">Business Integration</a>',
'&nbsp; <a href="DatabaseIntegration.html">Database Integration</a>', 
'&nbsp; <a href="HardwareComponentIntegration.html">Hardware Component Integration</a>', 
'&nbsp; <a href="SoftwareComponentIntegration.html">Software Component Integration</a>', 
'&nbsp; <a href="ExternalSystemsIntegration.html">External Systems Integration</a>', 
'&nbsp; <a href="SystemComponentIntegration.html">System Component Integration</a>', 
'</span>'
);
}
-->
