<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001 by Donald Firesmith
function includeDeploymentLinks() {
document.write(
'<span class="tiny">',
'       <a href="../DeploymentSet.html"><strong>Business Engineering Deployment Work Products</strong></a>:',
'&nbsp; <a href="../BusinessCommunicationPlan/BusinessCommunicationPlan.html">Business Communication Plan</a>',
'&nbsp; <a href="../BusinessPolicies/BusinessPolicies.html">Business Policies</a>',
'&nbsp; <a href="../BusinessProcedures/BusinessProcedures.html">Business Procedures</a>',
'<hr />',
'       <a href="../DeploymentSet.html"><strong>Application Development Deployment Work Products</strong></a>:',
'&nbsp; <a href="../ApplicationCommunicationPlan/ApplicationCommunicationPlan.html">Application Communication Plan</a>',
'&nbsp; <a href="../DeploymentPlan/DeploymentPlan.html">Deployment Plan</a>',
'&nbsp; <a href="../ReleaseNotes/ReleaseNotes.html">Release Notes</a>',
'&nbsp; <a href="../InstallationManual/InstallationManual.html">Installation Manual</a>',
'</span>'
);
}
// stop hiding -->

