<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001 by Donald Firesmith
function includeDeploymentLinks() {
document.write(
'<span class="tiny">',
'       <a href="../../Activities/Deployment/Deployment.html"><strong>Deployment Tasks</strong></a>:',
'&nbsp; <a href="DeploymentPlanning.html">Deployment Planning</a>',
'&nbsp; <a href="ApplicationDelivery.html">Application Delivery</a>',
'&nbsp; <a href="ApplicationInstallation.html">Application Installation</a>',
'&nbsp; <a href="ApplicationTuning.html">Application Tuning</a>',
'&nbsp; <a href="DataComponentDelivery.html">Data Component Delivery</a>',
'&nbsp; <a href="DataComponentInstallation.html">Data Component Installation</a>',
'&nbsp; <a href="DatabaseLoading.html">Database Loading</a>',
'&nbsp; <a href="DatabaseTuning.html">Database Tuning</a>',
'&nbsp; <a href="DeploymentDocumentation.html">Deployment Documentation</a>',
'&nbsp; <a href="DocumentationDelivery.html">Documentation Delivery</a>',
'&nbsp; <a href="HardwareComponentDelivery.html">Hardware Component Delivery</a>',
'&nbsp; <a href="HardwareComponentInstallation.html">Hardware Component Installation</a>',
'&nbsp; <a href="HardwareComponentConfiguration.html">Hardware Component Configuration</a>',
'&nbsp; <a href="SoftwareComponentDelivery.html">Software Component Delivery</a>',
'&nbsp; <a href="SoftwareComponentInstallation.html">Software Component Installation</a>',
'&nbsp; <a href="SoftwareComponentConfiguration.html">Software Component Configuration</a>',
'</span>'
)
}
// stop hiding -->
