<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2006 by Donald Firesmith
function includeTaskLinks() {
document.write(
'<span class="tiny">',
'       <a href="../Tasks.html"><strong>Common Tasks:</strong></a>',
'&nbsp; <a href="ChangeRequesting.html">Change_Requesting</a>',
'&nbsp; <a href="Collaboration.html">Collaboration</a>', 
'&nbsp; <a href="Common/DecisionMaking.html">Decision_Making</a>',
'&nbsp; <a href="DefectReporting.html">Defect_Reporting</a>',
'&nbsp; <a href="EffortAndScheduleEstimation.html">Effort_And_Schedule_Estimation</a>',
'&nbsp; <a href="ExpertiseImprovement.html">Expertise_Improvement</a>',
'&nbsp; <a href="Meeting.html">Meeting</a>',
'&nbsp; <a href="ResourceRequesting.html">Resource_Requesting</a>',
'&nbsp; <a href="StatusReporting.html">Status_Reporting</a>', 
'</span>'
);
}
// stop hiding -->

