<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001 by Donald Firesmith
function includeMilestoneLinks() {
document.write(
'<span class="tiny">',
'       <a href="Milestones.html"><strong>Business Strategy Phase Milestones:</strong></a>',
'&nbsp; <a href="ProjectMobilized.html">Project Mobilized</a>',
'&nbsp; <a href="AnalysesComplete.html">Analyses Complete</a>',
'&nbsp; <a href="BusinessVisionComplete.html">Business Vision Complete</a>',
'&nbsp; <a href="StrategiesComplete.html">Strategies Complete</a>',
'&nbsp; <a href="BusinessArchitectureComplete.html">Business Architecture Complete</a>',
'&nbsp; <a href="BusinessStrategyPhaseComplete.html">Business Strategy Phase Complete</a>',
'<hr /> ',
'       <a href="Milestones.html"><strong>Business Optimized Phase Milestones:</strong></a>',
'&nbsp; <a href="DataCenterEstablished.html">Data Center Established</a>',
'&nbsp; <a href="ContactCenterEstablished.html">Contact Center Established</a>',
'&nbsp; <a href="BrandCommunicated.html">Brand Communicated</a>',
'&nbsp; <a href="ReengineeredBusinessCommunicated.html">Reengineered Business Communicated</a>',
'<hr /> ',
'       <a href="Milestones.html"><strong>Initiation Phase Milestones:</strong></a>',
'&nbsp; <a href="ProjectMobilized.html">Project Mobilized</a>',
'&nbsp; <a href="SignificantRequirementsSpecified.html">Significant Requirements Specified</a>',
'&nbsp; <a href="InitialArchitecturesDocumented.html">Initial Architectures Documented</a>',
'&nbsp; <a href="EndToEndPrototypeValidated.html">End-To-End Prototype Validated</a>',
'&nbsp; <a href="FollowingPhasesPlanned.html">Following Phases Planned</a>',
'&nbsp; <a href="InitiationPhaseComplete.html">Initiation Phase Complete</a>',
'<hr /> ',
'       <a href="Milestones.html"><strong>Construction Phase Milestones:</strong></a>',
'&nbsp; <a href="RequirementsAndArchitectureFrozen.html">Requirements And Architecture Frozen</a>',
'&nbsp; <a href="ApplicationImplemented.html">Application Implemented</a>',
'&nbsp; <a href="ConstructionPhaseComplete.html">Construction Phase Complete</a>',
'<hr /> ',
'       <a href="Milestones.html"><strong>Delivery Phase Milestones:</strong></a>',
'&nbsp; <a href="ProductionEnvironmentEstablished.html">Production Environment Established</a>',
'&nbsp; <a href="ApplicationDeployed.html">Application Deployed</a>',
'&nbsp; <a href="DeliveryPhaseDocumentationDelivered.html">Delivery Phase Documentation Delivered</a>',
'&nbsp; <a href="CustomerUserTrainingDelivered.html">Customer User Training Delivered</a>',
'&nbsp; <a href="AlphaTestsPassed.html">Alpha Tests Passed</a>',
'&nbsp; <a href="BetaTestsPassed.html">Beta Tests Passed</a>',
'&nbsp; <a href="AcceptanceTestsPassed.html">Acceptance Tests Passed</a>',
'&nbsp; <a href="DeliveryPhaseComplete.html">Delivery Phase Complete</a>',
'</span>'
);
}
// stop hiding -->
