<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001 by Donald Firesmith
function includeDesignActivityLinks() {
document.write(
'<span class="tiny">',
'       <a href="Design.html"><strong>Design Activities:</strong></a>',
'&nbsp; <a href="DataComponentDesign.html">Data Component</a>',
'&nbsp; <a href="DatabaseDesign.html">Database</a>',
'&nbsp; <a href="DesignPatternProduction.html">Design Pattern Production</a>',
'&nbsp; <a href="HardwareComponentDesign.html">Hardware Component</a>',
'&nbsp; <a href="SoftwareComponentDesign.html">Software Component</a>',
'&nbsp; <a href="WebpageDesign.html">Webpage</a>',
'&nbsp; <a href="WebsiteDesign.html">Website</a>',
'</span>'
);
}
// stop hiding -->
