//# 1 "SDcommon.js"
//# 1 "<built-in>"
//# 1 "<command line>"
//# 1 "SDcommon.js"





var monthsLONG = new Array("January","February","March","April","May","June","July","August","September","October","November","December");


function MakeDateString(datecode) {



    var year = datecode.substr(0,4);

    var month = datecode.substr(4,2)-1;

    var day = datecode.substr(6,2);

    var DateString = monthsLONG[month]+" "+day+", "+year;
    return DateString;
}

function confirm_leave() {
 return confirm('Thank you for visiting our NASA web site.\n\nYou are now leaving this site to enter a web site that is NOT maintained by the National Aeronautics and Space Administration (NASA).\n\nClick Cancel if you want to stay.');
}

function Disclaimer() {
 alert("\nYou are now leaving the NASA web domain (.nasa.gov)\n");
}

function CreateFooter(){

    document.write('<TABLE cellSpacing=0 cellPadding=0 width=730 align=center bgColor=#ffffff border=0>'
                +'<TBODY>\n'
                +'<TR bgColor=#ffffff>\n'
                +'<TD colSpan=2><IMG height=1 src="images/spacer.gif" width=175></TD>\n'
                +'<TD vAlign=center align=right width=433><BR><IMG height=1 alt=spacer \n'
                +'src="images/spacer.gif" width=433> </TD></TR></TBODY></TABLE><!-- White space ends here --><!-- footer starts here --><!-- Footer starts -->\n'
                +'<TABLE cellSpacing=0 cellPadding=0 width=730 align=center border=0>\n'
                +'<TBODY>\n'
                +'<TR bgColor=#ffffff>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=330>&nbsp;</TD>\n'
                +'<TD width=52>&nbsp;</TD>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=189>&nbsp;</TD></TR>\n'
                +'<TR bgColor=#cccccc>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=330>&nbsp;</TD>\n'
                +'<TD width=52>&nbsp;</TD>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=189>&nbsp;</TD></TR>\n'
                +'<TR vAlign=top align=left bgColor=#cccccc>\n'
                +'<TD width=10><IMG height=1 \n'
                +'src="images/spacer.gif" \n'
                +'width=10> </TD>\n'
                +'<TD vAlign=top width=330 class="footer"><A class=footerLnk\n'
                +'href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/pao/FOIA/agency/\')">&#43;\n'
                +'Freedom of Information Act</A> <BR><A class=footerLnk\n'
                +'href="javascript:openNASAWindow(\'http://www.nasa.gov/about/budget/index.html\')">&#43; \n'
                +'Budgets, Strategic Plans and Accountability Reports</A> <BR><A class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Management.html\')">&#43;\n'
                +'The President\'s Management Agenda</A> <BR><A class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Privacy.html\')">&#43;\n'
                +'Privacy Policy and Important Notices</A> <BR><A class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/oig/hq/hotline.html\')">&#43;\n'
                +'Inspector General Hotline</A> <BR><A class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/codee/nofear.html\')">&#43;\n'
                +'Equal Employment Opportunity Data Posted<BR><IMG height=1 alt="" \n'
                +'src="images/spacer.gif" \n'
                +'width=9 border=0>Pursuant to the No Fear Act</A> <BR><A \n'
                +'class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.nasa.gov/about/contact/information_inventories_schedules.html\')">&#43;\n'
                +'Information-Dissemination Priorities and Inventories</A> <BR><A \n'
                +'class=footerLnk href="javascript:openNASAWindow(\'http://www.usa.gov/\')">&#43;\n'
                +'USA.gov</A> <BR><A class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.whitehouse.gov/omb/expectmore/\')">&#43;\n'
                +'ExpectMore.gov</A> <BR></TD>\n'
                +'<TD vAlign=top width=52><A class=footerLnk\n'
                +'href="javascript:openNASAWindow(\'http://www.nasa.gov/home/index.html\')"><IMG \n'
                +'height=63 alt=NASA src="images/nasa_footer_03.gif" \n'
                +'width=52 border=0></A> </TD>\n'
                +'<TD width=10><IMG height=1 \n'
                +'src="images/spacer.gif" \n'
                +'width=10> </TD>\n'
                +'<TD class=footerlight width=189>&nbsp; <BR>Curator: <A class=footerLnk\n'
                +'href="mailto:ANTISPAM.j.j.madigan@larc.nasa.gov">Jay Madigan</A> \n'
                +'<BR>NASA Responsible Official:<BR>&nbsp;&nbsp; NASA Civil Servant<BR>\n'
                +'last update:&nbsp;<SCRIPT> document.write (document.lastModified); </SCRIPT>\n'
  +'</TD></TR>\n'
                +'<TR bgColor=#cccccc>\n'
                +'<TD width=10><IMG height=1\n'
                +'src="images/spacer.gif" \n'
                +'width=10></TD>\n'
                +'<TD width=330><IMG height=1\n'
                +'src="images/spacer.gif" \n'
                +'width=330></TD>\n'
                +'<TD width=52><IMG height=1\n'
                +'src="images/spacer.gif" \n'
                +'width=52></TD>\n'
                +'<TD width=10><IMG height=1\n'
                +'src="images/spacer.gif" \n'
                +'width=10></TD>\n'
                +'<TD width=189><IMG height=1 \n'
                +'src="images/spacer.gif" \n'
                +'width=189></TD></TR>\n'
                +'<TR bgColor=#cccccc>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=330>&nbsp;</TD>\n'
                +'<TD width=52>&nbsp;</TD>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=189>&nbsp;</TD>\n'
                +'</TR>\n'
                +'</TBODY></TABLE>');
}
function CreateFooterBMB(){

    document.write('<TABLE cellSpacing=0 cellPadding=0 width=730 align=center bgColor=#ffffff border=0>'
                +'<TBODY>\n'
                +'<TR bgColor=#ffffff>\n'
                +'<TD colSpan=2><IMG height=1 src="images/spacer.gif" width=175></TD>\n'
                +'<TD vAlign=center align=right width=433><BR><IMG height=1 alt=spacer \n'
                +'src="images/spacer.gif" width=433> </TD></TR></TBODY></TABLE><!-- White space ends here --><!-- footer starts here --><!-- Footer starts -->\n'
                +'<TABLE cellSpacing=0 cellPadding=0 width=730 align=center border=0>\n'
                +'<TBODY>\n'
                +'<TR bgColor=#ffffff>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=330>&nbsp;</TD>\n'
                +'<TD width=52>&nbsp;</TD>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=189>&nbsp;</TD></TR>\n'
                +'<TR bgColor=#cccccc>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=330>&nbsp;</TD>\n'
                +'<TD width=52>&nbsp;</TD>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=189>&nbsp;</TD></TR>\n'
                +'<TR vAlign=top align=left bgColor=#cccccc>\n'
                +'<TD width=10><IMG height=1 \n'
                +'src="images/spacer.gif" \n'
                +'width=10> </TD>\n'
                +'<TD vAlign=top width=330 class="footer"><A class=footerLnk\n'
                +'href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/pao/FOIA/agency/\')">&#43;\n'
                +'Freedom of Information Act</A> <BR><A class=footerLnk\n'
                +'href="javascript:openNASAWindow(\'http://www.nasa.gov/about/budget/index.html\')">&#43; \n'
                +'Budgets, Strategic Plans and Accountability Reports</A> <BR><A class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Management.html\')">&#43;\n'
                +'The President\'s Management Agenda</A> <BR><A class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Privacy.html\')">&#43;\n'
                +'Privacy Policy and Important Notices</A> <BR><A class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/oig/hq/hotline.html\')">&#43;\n'
                +'Inspector General Hotline</A> <BR><A class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/codee/nofear.html\')">&#43;\n'
                +'Equal Employment Opportunity Data Posted<BR><IMG height=1 alt="" \n'
                +'src="images/spacer.gif" \n'
                +'width=9 border=0>Pursuant to the No Fear Act</A> <BR><A \n'
                +'class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.nasa.gov/about/contact/information_inventories_schedules.html\')">&#43;\n'
                +'Information-Dissemination Priorities and Inventories</A> <BR><A \n'
                +'class=footerLnk href="javascript:openNASAWindow(\'http://www.usa.gov/\')">&#43;\n'
                +'USA.gov</A> <BR><A class=footerLnk \n'
                +'href="javascript:openNASAWindow(\'http://www.whitehouse.gov/omb/expectmore/\')">&#43;\n'
                +'ExpectMore.gov</A> <BR></TD>\n'
                +'<TD vAlign=top width=52><A class=footerLnk\n'
                +'href="javascript:openNASAWindow(\'http://www.nasa.gov/home/index.html\')"><IMG \n'
                +'height=63 alt=NASA src="images/nasa_footer_03.gif" \n'
                +'width=52 border=0></A> </TD>\n'
                +'<TD width=10><IMG height=1 \n'
                +'src="images/spacer.gif" \n'
                +'width=10> </TD>\n'
                +'<TD class=footerlight width=189>&nbsp; <BR>Curator: <A class=footerLnk\n'
                +'href="mailto:ANTISPAM.j.j.madigan@larc.nasa.gov">Jay Madigan</A> \n'
                +'<BR>NASA Responsible Official:<BR>&nbsp;&nbsp; Dr. Joel S. Levine<BR>\n'
                +'last update:&nbsp;<SCRIPT> document.write (document.lastModified); </SCRIPT>\n'
  +'</TD></TR>\n'
                +'<TR bgColor=#cccccc>\n'
                +'<TD width=10><IMG height=1\n'
                +'src="images/spacer.gif" \n'
                +'width=10></TD>\n'
                +'<TD width=330><IMG height=1\n'
                +'src="images/spacer.gif" \n'
                +'width=330></TD>\n'
                +'<TD width=52><IMG height=1\n'
                +'src="images/spacer.gif" \n'
                +'width=52></TD>\n'
                +'<TD width=10><IMG height=1\n'
                +'src="images/spacer.gif" \n'
                +'width=10></TD>\n'
                +'<TD width=189><IMG height=1 \n'
                +'src="images/spacer.gif" \n'
                +'width=189></TD></TR>\n'
                +'<TR bgColor=#cccccc>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=330>&nbsp;</TD>\n'
                +'<TD width=52>&nbsp;</TD>\n'
                +'<TD width=10>&nbsp;</TD>\n'
                +'<TD width=189>&nbsp;</TD>\n'
                +'</TR>\n'
                +'</TBODY></TABLE>');
}
