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