<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001 by Donald Firesmith
function includeDesignLinks() {
document.write(
'<span class="tiny">',
'       <a href="../../Activities/Design/Design.html"><strong>Design Tasks</strong></a>:',
'&nbsp; <a href="DesignReuse.html">Design Reuse</a>',
'&nbsp; <a href="DesignPrototyping.html">Design Prototyping</a>',
'&nbsp; <a href="DesignProduction.html">Design Production</a>',
'&nbsp; <a href="DesignRefactoring.html">Design Refactoring</a>',
'&nbsp; <a href="DesignDocumentation.html">Design Documentation</a>',
'</span>'
)
}
// stop hiding -->

