<!--
winname = window.name;
if (winname.toLowerCase() != "dataframe")
{
   document.write ("<center><h1>FRAME MISSING</h1>");
   document.write ("<h2>This page was designed to be viewed within a frame.<br>If you'd like to see this page or the menus<br>within their proper context, ");

   fsparent = self.location.pathname;
   if (fsparent.indexOf("_mf.") > 0)
   {
      fsparent = fsparent.substring( 0, fsparent.indexOf( "_mf.")) + fsparent.substr( fsparent.indexOf( "_mf.")+3);
   }
   else
   {
      fsparent = fsparent.substring( 0, fsparent.indexOf( "_df.")) + fsparent.substr( fsparent.indexOf( "_df.")+3);
   }
   document.write ("<a href='"+ fsparent +"' target='_top'>click here</a></h2><p>&nbsp</p></center>");

}
-->
