<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2002-2005 by Donald Firesmith
function includeConventionLinks() {
document.write(
'<span class="tiny">',
'       <a href="Conventions.html" title="Conventions"><strong>Conventions</strong></a>:',
'&nbsp; <a href="Checklists.html"  title="Checklists">Checklists</a>',
'&nbsp; <a href="Examples.html"    title="Examples">Examples</a>',
'&nbsp; <a href="Guidelines.html"  title="Guidelines">Guidelines</a>',
'&nbsp; <a href="Procedures.html"  title="Procedures">Procedures</a>',
'&nbsp; <a href="Standards.html"   title="Standards">Standards</a>',
'&nbsp; <a href="Templates.html"   title="Templates">Templates</a>',
'&nbsp; <a href="ToolManuals.html" title="ToolManuals">Tool Manuals</a>',
'</span>'
);
}
// stop hiding -->

