<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2006 by Donald Firesmith
function includeStageLinks() {
document.write(
'<span class="tiny">',
'       <a href="../Stages.html"><strong>Stages</strong></a>:',
'&nbsp; <a href="../StagesWithDuration/StagesWithDuration.html">Stages With Duration</a>          ',
'&nbsp; <a href="../StagesWithoutDuration/StagesWithoutDuration.html">Stages Without Duration</a> ',
'<hr/>',
'       <a href="../StagesWithDuration/StagesWithDuration.html"><strong>Stages With Duration</strong></a>:',
'&nbsp; <a href="../Cycles/Cycles.html">Cycles</a>',
'&nbsp; <a href="../Phases/Phases.html">Phases</a>',
'&nbsp; <a href="../Builds/Builds.html">Builds</a>',
'<hr/>',
'       <a href="../StagesWithoutDuration/StagesWithoutDuration.html"><strong>Stages Without Duration</strong></a>:',
'&nbsp; <a href="../Inchpebbles/Inchpebbles.html">Inchpebbles</a>',
'&nbsp; <a href="../Milestones/Milestones.html">Milestones</a>',
'</span>'
);
}
// stop hiding -->

