<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001 by Donald Firesmith
function includeUseCaseModelingLinks() {
document.write(
'<span class="tiny">',
'       <a href="UseCaseModelingGuidelines.html"><strong>Guidelines:</strong></a>',
'&nbsp; <a href="GeneralGuidelines.html">General</a>',
'&nbsp; <a href="ActorGuidelines.html">Actor</a>',
'&nbsp; <a href="UseCaseGuidelines.html">Use Case</a>',
'&nbsp; <a href="UseCasePathGuidelines.html">Use Case Path</a>',
'</span>'
);
}
// stop hiding -->

