<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001 by Donald Firesmith
function includeTrainingTaskLinks() {
document.write(
'<span class="tiny">',
'       <a href="../../Activities/Training/Training.html"><strong>Training Tasks</strong></a>:',
'&nbsp; <a href="TrainingPlanning.html">Planning</a>',
'&nbsp; <a href="TrainingNeedsAssessment.html">Needs Assessment</a>',
'&nbsp; <a href="TrainingVendorSelection.html">Vendor Selection</a>',
'&nbsp; <a href="TrainingMaterialsProduction.html">Materials Production</a>',
'&nbsp; <a href="TrainingScheduling.html">Scheduling</a>',
'&nbsp; <a href="TrainingDelivery.html">Delivery</a>',
'</span>'
);
}
// stop hiding -->
