<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2005 by Donald Firesmith
function includeWorkUnitLinks() {
document.write(
'<span class="tiny">',
'       <a href="../../../../WorkUnits/WorkUnits.html"><strong>Work Units</strong></a>: ',
'&nbsp; <a href="../../../Activities/Activities.html">Activities</a>          ',
'&nbsp; <a href="../../../Tasks/Tasks.html">Tasks</a>                         ',
'&nbsp; <a href="../../../Techniques/Techniques.html">Techniques</a>          ',
'&nbsp; <a href="../../../WorkFlows/WorkFlows.html">Work Flows</a>            ',
'</span>'
);
}
// stop hiding -->
