<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2004 by Donald Firesmith
function includeDesignLinks() {
document.write(
'<span class="tiny">',
'       <a href="../../DesignSet/DesignSet.html"><strong>Design Work Product Set</strong></a>:',
'&nbsp; <a href="../ClassResponsibilityCollaboratorCard/ClassResponsibilityCollaboratorCard.html">Class Responsibility Collaborator Card</a>',
'&nbsp; <a href="../ContactCenterDesignDocument/ContactCenterDesignDocument.html">Contact Center Design Document</a>',
'&nbsp; <a href="../DatabaseDesignDocument/DatabaseDesignDocument.html">Database Design Document</a>',
'&nbsp; <a href="../DataCenterDesignDocument/DataCenterDesignDocument.html">Data Center Design Document</a>',
'&nbsp; <a href="../DataDictionary/DataDictionary.html">Data Dictionary</a>',
'&nbsp; <a href="../HardwareDesignDocument/HardwareDesignDocument.html">Hardware Design Document</a>',
'&nbsp; <a href="../HumanInterfaceDesignDocument/HumanInterfaceDesignDocument.html">Human Interface Design Document</a>',
'&nbsp; <a href="../HumanInterfacePrototype/HumanInterfacePrototype.html">Human Interface Prototype</a>',
'&nbsp; <a href="../Javadoc/Javadoc.html">Javadoc</a> ',
'&nbsp; <a href="../SoftwareDesignDocument/SoftwareDesignDocument.html">Software Design Document</a>',
'</span>'
);
}
// stop hiding -->
