<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2004 by Donald Firesmith
function includeMaintenanceActivityLinks() {
document.write(
'<span class="tiny">',
'       <a href="Maintenance.html"><strong>Maintenance Subactivities:</strong></a>',
'&nbsp; <a href="ApplicationMaintenance.html">Application_Maintenance</a>',
'&nbsp; <a href="ComponentMaintenance.html">Component_Maintenance</a>',
'&nbsp; <a href="DataMaintenance.html">Data_Maintenance</a>',
'&nbsp; <a href="HardwareMaintenance.html">Hardware_Maintenance</a>',
'&nbsp; <a href="SoftwareMaintenance.html">Software_Maintenance</a>',
'&nbsp; <a href="DocumentationMaintenance.html">Documentation_Maintenance</a>',
'</span>'
);
}
// stop hiding -->
