<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2002-2004 by Donald Firesmith
function includeTechniqueLinks() {
document.write(
'<span class="tiny">',
'       <a href="../Techniques.html#Common"><strong>Common_Techniques:</strong></a>',
'&nbsp; <a href="../Common/Abstraction.html">Abstraction</a>',
'&nbsp; <a href="../Common/ActiveListening.html">Active_Listening</a>',
'&nbsp; <a href="../Common/ApplicationStudies.html">Application_Studies</a>',
'&nbsp; <a href="../Common/Apprenticing.html">Apprenticing</a>',
'&nbsp; <a href="../Common/Brainstorming.html">Brainstorming</a>',
'&nbsp; <a href="../Common/Categorization.html">Categorization</a>',
'&nbsp; <a href="../Common/Cohesion.html">Cohesion</a>',
'&nbsp; <a href="../Common/CostBenefitAnalysis.html">Cost/Benefit_Analysis</a>',
'&nbsp; <a href="../Common/Coupling.html">Coupling</a>',
'&nbsp; <a href="../Common/CrossFunctionalTeams.html">Cross Functional_Teams</a>',
'&nbsp; <a href="../Common/DocumentationStudies.html">Documentation_Studies</a>',
'&nbsp; <a href="../Common/GapAnalysis.html">Gap_Analysis</a>',
'&nbsp; <a href="../Common/Generalization.html">Generalization</a>',
'&nbsp; <a href="../Common/IncrementalDevelopment.html">Incremental_Development</a>',
'&nbsp; <a href="../Common/Interviews.html">Interviews</a>',
'&nbsp; <a href="../Common/Iteration.html">Iteration</a>',
'&nbsp; <a href="../Common/JointApplicationDevelopment.html">Joint_Application_Development_(JAD)</a>',
'&nbsp; <a href="../Common/Observation.html">Observation</a>',
'&nbsp; <a href="../Common/ParallelDevelopment.html">Parallel_Development</a>',
'&nbsp; <a href="../Common/Prototyping.html">Prototyping</a>',
'&nbsp; <a href="../Common/Questionnaires.html">Questionnaires</a>',
'&nbsp; <a href="../Common/Specialization.html">Specialization</a>',
'&nbsp; <a href="../Common/Storyboarding.html">Storyboarding</a>',
'&nbsp; <a href="../Common/Timeboxing.html">Timeboxing</a>',
'</span>'
);
}
// stop hiding -->
