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