<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2002 by Donald Firesmith
function displayArrows() {
document.write(
'<br />',
'<a href="#Top_Of_Page"><img src="../../../../Graphics/TopOfPage.gif" style="border:0; width:13px; height:17px" alt="Top of Page"></a>',
'&nbsp; &nbsp;', 
'<a href="#Bottom_Of_Page"><img src="../../../../Graphics/BottomOfPage.gif" style="border:0; width:13px; height:17px" alt="Bottom of Page"></a>'
);
}
function useFrames()
{
 var alertString = "Please login to properly enter the OPF WEBSITE so that you can use the primary navigation.";
 if (self==parent)
 {
 alert(alertString);
 document.write('<meta http-equiv="refresh" content="../../Logon.html">')
 }
}
// stop hiding -->
