<!--
function slideitD_link ()
   {
   var props;
   if (slideitD_rolling)
      {
      if (slideitD_whichimage==1)
         props = window.open('http://www.usflag.org/francis.scott.key.html','codepage');
      else if (slideitD_whichimage==2)
         window.location="Nebraska.htm";
      else
         window.location="Nebraska.htm";
     }
  else
     window.location="Nebraska.htm";
   props.focus();
   }
//-->

