<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2004 by Donald Firesmith
function includeArchitectureLinks() {
document.write(
'<span class="tiny">',
'       <a href="../ArchitectureSet.html"><strong>Business Engineering Work Products:</strong></a>',
'&nbsp; <a href="../../DesignSet/ClassResponsibilityCollaboratorCard/ClassResponsibilityCollaboratorCard.html">CRC Card</a>',
'&nbsp; <a href="../BusinessObjectModel/BusinessObjectModel.html">Business Object Model</a>',
'&nbsp; <a href="../BusinessProcessModel/BusinessProcessModel.html">Business Process Model</a>',
'&nbsp; <a href="../BusinessOrganizationChart/BusinessOrganizationChart.html">Business Organization Chart</a>',
'&nbsp; <a href="../ApplicationBusinessCase/ApplicationBusinessCase.html">Application Business Case</a>',
'&nbsp; <a href="../ApplicationStrategy/ApplicationStrategy.html">Application Strategy</a>',
'&nbsp; <a href="../RelationshipStrategy/RelationshipStrategy.html">Relationship Strategy</a>',
'&nbsp; <a href="../BusinessArchitectureDocument/BusinessArchitectureDocument.html">Business Architecture Document</a>',
'&nbsp; <a href="../BusinessTransitionPlan/BusinessTransitionPlan.html">Business Transition Plan</a>',
'&nbsp; <a href="../ReuseStrategy/ReuseStrategy.html">Reuse Strategy</a>',
'&nbsp; <a href="../TechnologyStrategy/TechnologyStrategy.html">Technology Strategy</a>',
'<hr />',
'       <a href="../ArchitectureSet.html"><strong>Application Development Work Products:</strong></a>',
'&nbsp; <a href="../ArchitecturalMechanisms/ArchitecturalMechanisms.html">Architectural Mechanisms</a>',
'&nbsp; <a href="../SystemArchitectureDocument/SystemArchitectureDocument.html">System Architecture Document</a>',
'&nbsp; <a href="../ContactCenterArchitectureDocument/ContactCenterArchitectureDocument.html">Contact Center Architecture Document</a>',
'&nbsp; <a href="../DataCenterArchitectureDocument/DataCenterArchitectureDocument.html">Data Center Architecture Document</a>',
'&nbsp; <a href="../InformationArchitectureDocument/InformationArchitectureDocument.html">Information Architecture Document</a>',
'&nbsp; <a href="../SoftwareArchitectureDocument/SoftwareArchitectureDocument.html">Software Architecture Document</a>   ',
'&nbsp; <a href="../SoftwareArchitecturePrototype/SoftwareArchitecturePrototype.html">Software Architecture Prototype</a>',
'&nbsp; <a href="../TechnologyReadinessAssessment/TechnologyReadinessAssessment.html">Technology Readiness Assessment</a>',
'<hr />',
'       <a href="../ArchitecturalMechanisms/ArchitecturalMechanisms.html"><strong>Architectural Mechanisms:</strong></a>',
'&nbsp; <span class="disabled">Distribution</span>',
'&nbsp; <span class="disabled">Exception Handling</span>',
'&nbsp; <span class="disabled">Failover</span>',
'&nbsp; <span class="disabled">Layering</span>',
'&nbsp; <span class="disabled">Redundancy</span>',
'&nbsp; <a href="../ArchitecturalMechanisms/SoftwareRejuvination.html">Software Rejuvination</a>',
'<hr />',
'       <a href="../Architectures/Architectures.html"><strong>Architectures:</strong></a>',
'&nbsp; <a href="../Architectures/ApplicationArchitectures.html">Application</a>',
'&nbsp; <a href="../Architectures/BusinessArchitectures.html">Business</a>',
'&nbsp; <a href="../Architectures/CenterArchitectures.html">Center</a>',
'&nbsp; <a href="../Architectures/ContentManagementArchitectures.html">Content_Management</a>',
'&nbsp; <a href="../Architectures/DatabaseArchitectures.html">Database</a>',
'&nbsp; <a href="../Architectures/DistributionArchitectures.html">Distribution</a>',
'&nbsp; <a href="../Architectures/HardwareArchitectures.html">Hardware</a>',
'&nbsp; <a href="../Architectures/InformationArchitectures.html">Information_(Data)</a>',
'&nbsp; <a href="../Architectures/NetworkArchitectures.html">Network</a>',
'&nbsp; <a href="../Architectures/OperationalAvailabilityArchitectures.html">Operational_Availability</a>',
'&nbsp; <a href="../Architectures/OrganizationalArchitectures.html">Organizational</a>',
'&nbsp; <a href="../Architectures/ScalabilityArchitectures.html">Scalability</a>',
'&nbsp; <a href="../Architectures/SecurityArchitectures.html">Security</a>',
'&nbsp; <a href="../Architectures/SoftwareArchitectures.html">Software</a>',
'&nbsp; <a href="../Architectures/UserInterfaceArchitectures.html">User_Interface</a>',
'</span>'
);
}
// stop hiding -->

