// JavaScript function(s) for creating Science Directorate (SD) common footer
// 07/30/2008 2.4.0
// PROGRAM AUTHOR: Jay Madigan
// resident directory on SLEET: /export/home/cirrus-2/science/htdocs/common/
// dependency: /export/home/cirrus-2/science/htdocs/common/CommonFooterFonts.css
// associated with URL: http://science.larc.nasa.gov/ and common SD program pages
// DO NOT MODIFY THIS FILE WITHOUT PERMISSION


// idiot var definitions incase someone forgets to enter a field
var CuratorName = 'curator';
var CuratorEmail = '@nasa.gov';
var NROname = 'Jailable Civil Servant';
var NROemail = '@nasa.gov';
var NRO2name = 'Jailable Civil Servant2';
var NRO2email = '@nasa.gov';
var NRO3name = 'Jailable Civil Servant3';
var NRO3email = '@nasa.gov';
var language = 'en';

function createFOOTER(CuratorName,CuratorEmail,NROname,NROemail){
document.write('<SCRIPT language=javascript src="http://science.larc.nasa.gov/common/45193main_nes-common.js" type=text/javascript></SCRIPT>');
document.write('<LINK href="http://science.larc.nasa.gov/common/CommonFooterFonts.css" type=text/css rel=stylesheet>');
document.write('<!-- ==== BEGIN NASA COMMON FOOTER ==== -->');
document.write('<!-- =================== Begin of NASA Portal Code Footer ==================== -->');
//document.write('<hr>');
document.write('<TABLE cellSpacing=0 cellPadding=0 width=730 align=center border=0>');
document.write('  <TBODY class=footerclass>');
//document.write('  <TR bgColor=#FFFFFF>');
//document.write('    <TD width=10>&nbsp;</TD>');
//document.write('    <TD width=330>&nbsp;</TD>');
//document.write('    <TD width=52>&nbsp;</TD>');
//document.write('    <TD width=10>&nbsp;</TD>');
//document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('   <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR vAlign=top align=left bgColor=#cccccc>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD vAlign=top width=330><A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/pao/FOIA/agency/\')">+ Freedom of Information Act</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/budget/index.html\')">+ Budgets, Strategic Plans and Accountability Reports</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Management.html\')">+ The President\'s Management Agenda</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Privacy.html\')">+ Privacy Policy and Important Notices</A> <BR>'); 

document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/oig/hq/hotline.html\')">+ Inspector General Hotline</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/codee/nofear.html\')">+ Equal Employment Opportunity Data Posted<BR>'); 

document.write('<IMG src="http://science.larc.nasa.gov/common/spacer.gif" height=1 alt=""  width=9 border=0>Pursuant to the No Fear Act</A> <BR>');
      
document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/contact/information_inventories_schedules.html\')">+ Information-Dissemination Priorities and Inventories</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.usa.gov/\')">+ USA.gov</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.whitehouse.gov/omb/expectmore/\')">+ ExpectMore.gov</A><BR>');

document.write('<A class=footerLnk href="http://science.larc.nasa.gov/plugins.html">+ Multimedia Browser Plug-ins</A><BR></TD> ');
      
document.write('<TD vAlign=top width=52><A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/home/index.html\')"><IMG src="http://science.larc.nasa.gov/common/nasa_footer_03.gif" height=63 alt=NASA  width=52 border=0></A> </TD>');

document.write('    <TD width=10><IMG height=1 src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD class=light width=189>&nbsp; <BR>Curator: <A class=footerLnk');
document.write('      href="mailto:'+CuratorEmail+'">'+CuratorName+'</A>');
document.write('      <BR>NASA Responsible Official:<BR>&nbsp;&nbsp; <A class=footerLnk href="mailto:'+NROemail+'">'+NROname+'</A><BR>');
document.write('      Last updated:&nbsp;<SCRIPT> document.write (document.lastModified); </SCRIPT></TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=330><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=330></TD>');
document.write('    <TD width=52><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=52></TD>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=189><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=189></TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('    <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR></TBODY></TABLE>');
//document.write('</td>');
//document.write('</tr></table>');
//document.write('<BR>');
document.write('<!-- ====  END NASA COMMON FOOTER ==== -->');
document.close();
}


// script for having 2 Jailable NASA Responsible Officials Listed
function createFOOTER2(CuratorName,CuratorEmail,NROname,NROemail,NRO2name,NRO2email){
document.write('<SCRIPT language=javascript src="http://science.larc.nasa.gov/common/45193main_nes-common.js" type=text/javascript></SCRIPT>');
document.write('<LINK href="http://science.larc.nasa.gov/common/CommonFooterFonts.css" type=text/css rel=stylesheet>');
document.write('<!-- ==== BEGIN NASA COMMON FOOTER ==== -->');
document.write('<!-- =================== Begin of NASA Portal Code Footer ==================== -->');
document.write('<TABLE cellSpacing=0 cellPadding=0 width=730 align=center border=0>');
document.write('  <TBODY class=footerclass>');
//document.write('  <TR bgColor=#FFFFFF>');
//document.write('    <TD width=10>&nbsp;</TD>');
//document.write('    <TD width=330>&nbsp;</TD>');
//document.write('    <TD width=52>&nbsp;</TD>');
//document.write('    <TD width=10>&nbsp;</TD>');
//document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('   <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR vAlign=top align=left bgColor=#cccccc>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD vAlign=top width=330><A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/pao/FOIA/agency/\')">+ Freedom of Information Act</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/budget/index.html\')">+ Budgets, Strategic Plans and Accountability Reports</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Management.html\')">+ The President\'s Management Agenda</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Privacy.html\')">+ Privacy Policy and Important Notices</A> <BR>'); 

document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/oig/hq/hotline.html\')">+ Inspector General Hotline</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/codee/nofear.html\')">+ Equal Employment Opportunity Data Posted<BR>'); 

document.write('<IMG src="http://science.larc.nasa.gov/common/spacer.gif" height=1 alt=""  width=9 border=0>Pursuant to the No Fear Act</A> <BR>');
      
document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/contact/information_inventories_schedules.html\')">+ Information-Dissemination Priorities and Inventories</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.usa.gov/\')">+ USA.gov</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.whitehouse.gov/omb/expectmore/\')">+ ExpectMore.gov</A><BR>');

document.write('<A class=footerLnk href="http://science.larc.nasa.gov/plugins.html">+ Multimedia Browser Plug-ins</A><BR></TD> ');
       
document.write('<TD vAlign=top width=52><A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/home/index.html\')"><IMG src="http://science.larc.nasa.gov/common/nasa_footer_03.gif" height=63 alt=NASA  width=52 border=0></A> </TD>');

document.write('    <TD width=10><IMG height=1 src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD class=light width=189>&nbsp; <BR>Curator: <A class=footerLnk');
document.write('      href="mailto:'+CuratorEmail+'">'+CuratorName+'</A>');
document.write('      <BR>NASA Responsible Official:<BR>&nbsp;&nbsp; <A class=footerLnk href="mailto:'+NROemail+'">'+NROname+'</A><BR>');
document.write('      &nbsp;&nbsp; <A class=footerLnk href="mailto:'+NRO2email+'">'+NRO2name+'</A><BR>');
document.write('      Last updated:&nbsp;<SCRIPT> document.write (document.lastModified); </SCRIPT></TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=330><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=330></TD>');
document.write('    <TD width=52><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=52></TD>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=189><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=189></TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('    <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR></TBODY></TABLE>');
document.write('</td>');
document.write('</tr></table>');
//document.write('<BR>');
document.write('<!-- ====  END NASA COMMON FOOTER ==== -->');
document.close();
}

// script for having 3 Jailable NASA Responsible Officials Listed
function createFOOTER3(CuratorName,CuratorEmail,NROname,NROemail,NRO2name,NRO2email,NRO3name,NRO3email){
document.write('<SCRIPT language=javascript src="http://science.larc.nasa.gov/common/45193main_nes-common.js" type=text/javascript></SCRIPT>');
document.write('<LINK href="http://science.larc.nasa.gov/common/CommonFooterFonts.css" type=text/css rel=stylesheet>');
document.write('<!-- ==== BEGIN NASA COMMON FOOTER ==== -->');
document.write('<!-- =================== Begin of NASA Portal Code Footer ==================== -->');
//document.write('<hr>');
document.write('<TABLE cellSpacing=0 cellPadding=0 width=730 align=center border=0>');
document.write('  <TBODY class=footerclass>');
//document.write('  <TR bgColor=#FFFFFF>');
//document.write('    <TD width=10>&nbsp;</TD>');
//document.write('    <TD width=330>&nbsp;</TD>');
//document.write('    <TD width=52>&nbsp;</TD>');
//document.write('    <TD width=10>&nbsp;</TD>');
//document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('   <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR vAlign=top align=left bgColor=#cccccc>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD vAlign=top width=330><A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/pao/FOIA/agency/\')">+ Freedom of Information Act</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/budget/index.html\')">+ Budgets, Strategic Plans and Accountability Reports</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Management.html\')">+ The President\'s Management Agenda</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Privacy.html\')">+ Privacy Policy and Important Notices</A> <BR>'); 

document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/oig/hq/hotline.html\')">+ Inspector General Hotline</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/codee/nofear.html\')">+ Equal Employment Opportunity Data Posted<BR>'); 

document.write('<IMG src="http://science.larc.nasa.gov/common/spacer.gif" height=1 alt=""  width=9 border=0>Pursuant to the No Fear Act</A> <BR>');
      
document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/contact/information_inventories_schedules.html\')">+ Information-Dissemination Priorities and Inventories</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.usa.gov/\')">+ USA.gov</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.whitehouse.gov/omb/expectmore/\')">+ ExpectMore.gov</A><BR>');

document.write('<A class=footerLnk href="http://science.larc.nasa.gov/plugins.html">+ Multimedia Browser Plug-ins</A><BR></TD> ');
       
document.write('<TD vAlign=top width=52><A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/home/index.html\')"><IMG src="http://science.larc.nasa.gov/common/nasa_footer_03.gif" height=63 alt=NASA  width=52 border=0></A> </TD>');

document.write('    <TD width=10><IMG height=1 src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD class=light width=189>&nbsp; <BR>Curator: <A class=footerLnk');
document.write('      href="mailto:'+CuratorEmail+'">'+CuratorName+'</A>');
document.write('      <BR>NASA Responsible Official:<BR>&nbsp;&nbsp; <A class=footerLnk href="mailto:'+NROemail+'">'+NROname+'</A><BR>');
document.write('      &nbsp;&nbsp; <A class=footerLnk href="mailto:'+NRO2email+'">'+NRO2name+'</A><BR>');
document.write('      &nbsp;&nbsp; <A class=footerLnk href="mailto:'+NRO3email+'">'+NRO3name+'</A><BR>');
document.write('      Last updated:&nbsp;<SCRIPT> document.write (document.lastModified); </SCRIPT></TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=330><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=330></TD>');
document.write('    <TD width=52><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=52></TD>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=189><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=189></TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('    <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR></TBODY></TABLE>');
document.write('</td>');
document.write('</tr></table>');
//document.write('<BR>');
document.write('<!-- ====  END NASA COMMON FOOTER ==== -->');
document.close();
}

// format exceptions to common only (1)with intent to keep it that way if possible
// this routine is an adaptation to page style outside normal
// requires http://science.larc.nasa.gov/common/CommonFooterFontsKRATZ.css
function createFooterKratz(CuratorName,CuratorEmail,NROname,NROemail){
document.write('<SCRIPT language=javascript src="http://science.larc.nasa.gov/common/45193main_nes-common.js" type=text/javascript></SCRIPT>');
document.write('<LINK href="http://science.larc.nasa.gov/common/CommonFooterFontsKRATZ.css" type=text/css rel=stylesheet>');
document.write('<!-- ==== BEGIN NASA COMMON FOOTER ==== -->');
document.write('<!-- =================== Begin of NASA Portal Code Footer ==================== -->');
//document.write('<hr>');
document.write('<TABLE cellSpacing=0 cellPadding=0 width=730 align=center border=0>');
document.write('  <TBODY class=footerclass>');
//document.write('  <TR bgColor=#FFFFFF>');
//document.write('    <TD width=10>&nbsp;</TD>');
//document.write('    <TD width=330>&nbsp;</TD>');
//document.write('    <TD width=52>&nbsp;</TD>');
//document.write('    <TD width=10>&nbsp;</TD>');
//document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('   <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR vAlign=top align=left bgColor=#cccccc>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD vAlign=top width=330><A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/pao/FOIA/agency/\')">+ Freedom of Information Act</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/budget/index.html\')">+ Budgets, Strategic Plans and Accountability Reports</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Management.html\')">+ The President\'s Management Agenda</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Privacy.html\')">+ Privacy Policy and Important Notices</A> <BR>'); 

document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/oig/hq/hotline.html\')">+ Inspector General Hotline</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/codee/nofear.html\')">+ Equal Employment Opportunity Data Posted<BR>'); 

document.write('<IMG src="http://science.larc.nasa.gov/common/spacer.gif" height=1 alt=""  width=9 border=0>Pursuant to the No Fear Act</A> <BR>');
      
document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/contact/information_inventories_schedules.html\')">+ Information-Dissemination Priorities and Inventories</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.usa.gov/\')">+ USA.gov</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.whitehouse.gov/omb/expectmore/\')">+ ExpectMore.gov</A><BR>');

document.write('<A class=footerLnk href="http://science.larc.nasa.gov/plugins.html">+ Multimedia Browser Plug-ins</A><BR></TD> ');
      
document.write('<TD vAlign=top width=52><A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/home/index.html\')"><IMG src="http://science.larc.nasa.gov/common/nasa_footer_03.gif" height=63 alt=NASA  width=52 border=0></A> </TD>');

document.write('    <TD width=10><IMG height=1 src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD class=light width=189>&nbsp; <BR>Curator: <A class=footerLnk');
document.write('      href="mailto:'+CuratorEmail+'">'+CuratorName+'</A>');
document.write('      <BR>NASA Responsible Official:<BR>&nbsp;&nbsp; <A class=footerLnk href="mailto:'+NROemail+'">'+NROname+'</A><BR>');
document.write('      Last updated:&nbsp;<SCRIPT> document.write (document.lastModified); </SCRIPT></TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=330><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=330></TD>');
document.write('    <TD width=52><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=52></TD>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=189><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=189></TD></TR>');
document.write('  <TR bgColor=#cccccc>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('    <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR></TBODY></TABLE>');
//document.write('</td>');
//document.write('</tr></table>');
//document.write('<BR>');
document.write('<!-- ====  END NASA COMMON FOOTER ==== -->');
document.close();
}

function CreateFooterSCOOL(CuratorName,CuratorEmail,NROname,NROemail){
// special formatting for SCOOL pages "SCOOL Blue  C7EAFB"
//document.write('<SCRIPT language=javascript src="http://science.larc.nasa.gov/common/45193main_nes-common.js" type=text/javascript></SCRIPT>');
document.write('<LINK href="http://science.larc.nasa.gov/common/CommonFooterFonts.css" type=text/css rel=stylesheet>');
document.write('<!-- ==== BEGIN NASA COMMON FOOTER ==== -->');
document.write('<!-- =================== Begin of NASA Portal Code Footer ==================== -->');
document.write('<TABLE cellSpacing=0 cellPadding=0 width=730 align=center border=0>');
document.write('  <TBODY class=footerclass>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('   <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR vAlign=top align=left bgColor=#C7EAFB>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD vAlign=top width=330><A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/pao/FOIA/agency/\')">+ Freedom of Information Act</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/budget/index.html\')">+ Budgets, Strategic Plans and Accountability Reports</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Management.html\')">+ The President\'s Management Agenda</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Privacy.html\')">+ Privacy Policy and Important Notices</A> <BR>'); 

document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/oig/hq/hotline.html\')">+ Inspector General Hotline</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/codee/nofear.html\')">+ Equal Employment Opportunity Data Posted<BR>'); 

document.write('<IMG src="http://science.larc.nasa.gov/common/spacer.gif" height=1 alt=""  width=9 border=0>Pursuant to the No Fear Act</A> <BR>');
      
document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/contact/information_inventories_schedules.html\')">+ Information-Dissemination Priorities and Inventories</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.usa.gov/\')">+ USA.gov</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.whitehouse.gov/omb/expectmore/\')">+ ExpectMore.gov</A><BR>');

document.write('<A class=footerLnk href="http://science.larc.nasa.gov/plugins.html">+ Multimedia Browser Plug-ins</A><BR></TD> ');
      
document.write('<TD vAlign=top width=52><A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/home/index.html\')"><IMG src="http://science.larc.nasa.gov/common/nasa_footer_03_C7EAFB.gif" height=63 alt=NASA  width=52 border=0></A> </TD>');

document.write('    <TD width=10><IMG height=1 src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD class=light width=189>&nbsp; <BR>Curator: <A class=footerLnk');
document.write('      href="mailto:'+CuratorEmail+'">'+CuratorName+'</A>');
document.write('      <BR>NASA Responsible Official:<BR>&nbsp;&nbsp; <A class=footerLnk href="mailto:'+NROemail+'">'+NROname+'</A>');
document.write('      <BR><A class=footerLnk href="mailto:scool@lists.nasa.gov">&#43; Contact S\'COOL</A>\n');
document.write('      <BR>Last updated:&nbsp;<SCRIPT> document.write(document.lastModified); </SCRIPT></TD></TR>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=330><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=330></TD>');
document.write('    <TD width=52><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=52></TD>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=189><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=189></TD></TR>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('    <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR></TBODY></TABLE>');
//document.write('</td>');
//document.write('</tr></table>');
//document.write('<BR>');
document.write('<!-- ====  END NASA COMMON FOOTER ==== -->');
document.close();
}

function CreateFooterSCOOL810W(CuratorName,CuratorEmail,NROname,NROemail){
// special formatting for SCOOL pages "SCOOL Blue  C7EAFB"
// special formatting for SCOOL main page 810px width
document.write('<SCRIPT language=javascript src="http://science.larc.nasa.gov/common/45193main_nes-common.js" type=text/javascript></SCRIPT>');
document.write('<LINK href="http://science.larc.nasa.gov/common/CommonFooterFonts.css" type=text/css rel=stylesheet>');
document.write('<!-- ==== BEGIN NASA COMMON FOOTER ==== -->');
document.write('<!-- =================== Begin of NASA Portal Code Footer ==================== -->');
document.write('<TABLE cellSpacing=0 cellPadding=0 width=810 align=center border=0>');
document.write('  <TBODY class=footerclass>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('   <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR vAlign=top align=left bgColor=#C7EAFB>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD vAlign=top width=330><A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/pao/FOIA/agency/\')">+ Freedom of Information Act</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/budget/index.html\')">+ Budgets, Strategic Plans and Accountability Reports</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Management.html\')">+ The President\'s Management Agenda</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Privacy.html\')">+ Privacy Policy and Important Notices</A> <BR>'); 

document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/oig/hq/hotline.html\')">+ Inspector General Hotline</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/codee/nofear.html\')">+ Equal Employment Opportunity Data Posted<BR>'); 

document.write('<IMG src="http://science.larc.nasa.gov/common/spacer.gif" height=1 alt=""  width=9 border=0>Pursuant to the No Fear Act</A> <BR>');
      
document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/contact/information_inventories_schedules.html\')">+ Information-Dissemination Priorities and Inventories</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.usa.gov/\')">+ USA.gov</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.whitehouse.gov/omb/expectmore/\')">+ ExpectMore.gov</A><BR>');

document.write('<A class=footerLnk href="http://science.larc.nasa.gov/plugins.html">+ Multimedia Browser Plug-ins</A><BR></TD> ');
      
document.write('<TD vAlign=top width=52><A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/home/index.html\')"><IMG src="http://science.larc.nasa.gov/common/nasa_footer_03_C7EAFB.gif" height=63 alt=NASA  width=52 border=0></A> </TD>');

document.write('    <TD width=10><IMG height=1 src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD class=light width=189>&nbsp; <BR>Curator: <A class=footerLnk');
document.write('      href="mailto:'+CuratorEmail+'">'+CuratorName+'</A>');
document.write('      <BR>NASA Responsible Official:<BR>&nbsp;&nbsp; <A class=footerLnk href="mailto:'+NROemail+'">'+NROname+'</A>');
document.write('      <BR><A class=footerLnk href="mailto:scool@lists.nasa.gov">&#43; Contact S\'COOL</A>\n');
document.write('      <BR>Last updated:&nbsp;<SCRIPT> document.write(document.lastModified); </SCRIPT></TD></TR>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=330><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=330></TD>');
document.write('    <TD width=52><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=52></TD>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=189><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=189></TD></TR>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('    <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR></TBODY></TABLE>');
document.write('<!-- ====  END NASA COMMON FOOTER ==== -->');
document.close();
}

function CreateFooterSCOOLinternational(CuratorName,CuratorEmail,NROname,NROemail,language){
// special formatting for SCOOL pages "SCOOL Blue  C7EAFB"
// document.write('<SCRIPT language=javascript src="http://science.larc.nasa.gov/common/45193main_nes-common.js" type=text/javascript></SCRIPT>');
document.write('<LINK href="http://science.larc.nasa.gov/common/CommonFooterFonts.css" type=text/css rel=stylesheet>');
document.write('<!-- ==== BEGIN NASA COMMON FOOTER ==== -->');
document.write('<!-- =================== Begin of NASA Portal Code Footer ==================== -->');
document.write('<TABLE cellSpacing=0 cellPadding=0 width=730 align=center border=0>');
document.write('  <TBODY class=footerclass>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('   <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR vAlign=top align=left bgColor=#C7EAFB>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD vAlign=top width=330><A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/pao/FOIA/agency/\')">+ Freedom of Information Act</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/budget/index.html\')">+ Budgets, Strategic Plans and Accountability Reports</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Management.html\')">+ The President\'s Management Agenda</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Privacy.html\')">+ Privacy Policy and Important Notices</A> <BR>'); 

document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/oig/hq/hotline.html\')">+ Inspector General Hotline</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/codee/nofear.html\')">+ Equal Employment Opportunity Data Posted<BR>'); 

document.write('<IMG src="http://science.larc.nasa.gov/common/spacer.gif" height=1 alt=""  width=9 border=0>Pursuant to the No Fear Act</A> <BR>');
      
document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/contact/information_inventories_schedules.html\')">+ Information-Dissemination Priorities and Inventories</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.usa.gov/\')">+ USA.gov</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.whitehouse.gov/omb/expectmore/\')">+ ExpectMore.gov</A><BR>');

document.write('<A class=footerLnk href="http://science.larc.nasa.gov/plugins.html">+ Multimedia Browser Plug-ins</A><BR></TD> ');
      
document.write('<TD vAlign=top width=52><A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/home/index.html\')"><IMG src="http://science.larc.nasa.gov/common/nasa_footer_03_C7EAFB.gif" height=63 alt=NASA  width=52 border=0></A> </TD>');

document.write('    <TD width=10><IMG height=1 src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD class=light width=189>&nbsp; <BR>Curator: <A class=footerLnk');
document.write('      href="mailto:'+CuratorEmail+'">'+CuratorName+'</A>');
document.write('      <BR>NASA Responsible Official:<BR>&nbsp;&nbsp; <A class=footerLnk href="mailto:'+NROemail+'">'+NROname+'</A>');

if (language=="en"){
    document.write('      <BR><A class=footerLnk href="mailto:scool@lists.nasa.gov?subject=[Contact SCOOL Query]">&#43; Contact S\'COOL</A>\n');
    document.write('      <BR>Last updated:&nbsp;<SCRIPT> document.write(document.lastModified); </SCRIPT></TD></TR>');
}

if (language=="fr"){
    document.write('      <BR><A class=footerLnk href="mailto:scool@lists.nasa.gov?subject=[Contact SCOOL Query]">&#43; Contacter S\'COOL</A>\n');
    document.write('      <BR>Derni&egrave;re version:&nbsp;<SCRIPT> document.write(document.lastModified); </SCRIPT></TD></TR>');
}

if (language=="sp"){
    document.write('      <BR><A class=footerLnk href="mailto:scool@lists.nasa.gov?subject=[Contact SCOOL Query]">&#43; Contact S\'COOL</A>\n');
    document.write('      <BR>Ultima cambios:&nbsp;<SCRIPT> document.write(document.lastModified); </SCRIPT></TD></TR>');
}

if (language=="ge"){
    document.write('      <BR><A class=footerLnk href="mailto:scool@lists.nasa.gov?subject=[Contact SCOOL Query]">&#43; Contact S\'COOL</A>\n');
    document.write('      <BR>Aktualisiert am:&nbsp;<SCRIPT> document.write(document.lastModified); </SCRIPT></TD></TR>');
}

if (language=="it"){
    document.write('      <BR><A class=footerLnk href="mailto:scool@lists.nasa.gov?subject=[Contact SCOOL Query]">&#43; Contacter S\'COOL</A>\n');
    document.write('      <BR>Ultimo Aggiornamento:&nbsp;<SCRIPT> document.write(document.lastModified); </SCRIPT></TD></TR>');
}


document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=330><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=330></TD>');
document.write('    <TD width=52><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=52></TD>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=189><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=189></TD></TR>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('    <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR></TBODY></TABLE>');
//document.write('</td>');
//document.write('</tr></table>');
//document.write('<BR>');
document.write('<!-- ====  END NASA COMMON FOOTER ==== -->');
document.close();
}

function CreateFooterBlue(CuratorName,CuratorEmail,NROname,NROemail){
// special formatting for SCIENCE-EDU pages "Blue  C7EAFB" without the SCOOL email link 
document.write('<SCRIPT language=javascript src="http://science.larc.nasa.gov/common/45193main_nes-common.js" type=text/javascript></SCRIPT>');
document.write('<LINK href="http://science.larc.nasa.gov/common/CommonFooterFonts.css" type=text/css rel=stylesheet>');
document.write('<!-- ==== BEGIN NASA COMMON FOOTER ==== -->');
document.write('<!-- =================== Begin of NASA Portal Code Footer ==================== -->');
document.write('<TABLE cellSpacing=0 cellPadding=0 width=730 align=center border=0>');
document.write('  <TBODY class=footerclass>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('   <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR>');
document.write('  <TR vAlign=top align=left bgColor=#C7EAFB>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD vAlign=top width=330><A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/pao/FOIA/agency/\')">+ Freedom of Information Act</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/budget/index.html\')">+ Budgets, Strategic Plans and Accountability Reports</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Management.html\')">+ The President\'s Management Agenda</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/highlights/HP_Privacy.html\')">+ Privacy Policy and Important Notices</A> <BR>'); 

document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/oig/hq/hotline.html\')">+ Inspector General Hotline</A> <BR>'); 
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.hq.nasa.gov/office/codee/nofear.html\')">+ Equal Employment Opportunity Data Posted<BR>'); 

document.write('<IMG src="http://science.larc.nasa.gov/common/spacer.gif" height=1 alt=""  width=9 border=0>Pursuant to the No Fear Act</A> <BR>');
      
document.write(' <A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/about/contact/information_inventories_schedules.html\')">+ Information-Dissemination Priorities and Inventories</A> <BR>'); 

document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.usa.gov/\')">+ USA.gov</A> <BR>');
      
document.write('<A class=footerLnk href="javascript:openNASAWindow(\'http://www.whitehouse.gov/omb/expectmore/\')">+ ExpectMore.gov</A><BR>');

document.write('<A class=footerLnk href="http://science.larc.nasa.gov/plugins.html">+ Multimedia Browser Plug-ins</A><BR></TD> ');
      
document.write('<TD vAlign=top width=52><A class=footerLnk href="javascript:openNASAWindow(\'http://www.nasa.gov/home/index.html\')"><IMG src="http://science.larc.nasa.gov/common/nasa_footer_03_C7EAFB.gif" height=63 alt=NASA  width=52 border=0></A> </TD>');

document.write('    <TD width=10><IMG height=1 src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10> </TD>');
document.write('    <TD class=light width=189>&nbsp; <BR>Curator: <A class=footerLnk');
document.write('      href="mailto:'+CuratorEmail+'">'+CuratorName+'</A>');
document.write('      <BR>NASA Responsible Official:<BR>&nbsp;&nbsp; <A class=footerLnk href="mailto:'+NROemail+'">'+NROname+'</A>');
//document.write('      <BR><A class=footerLnk href="mailto:scool@lists.nasa.gov">&#43; Contact S\'COOL</A>\n');
document.write('      <BR>Last updated:&nbsp;<SCRIPT> document.write(document.lastModified); </SCRIPT></TD></TR>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=330><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=330></TD>');
document.write('    <TD width=52><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=52></TD>');
document.write('    <TD width=10><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=10></TD>');
document.write('    <TD width=189><IMG height=1');
document.write('      src="http://science.larc.nasa.gov/common/spacer.gif"');
document.write('      width=189></TD></TR>');
document.write('  <TR bgColor=#C7EAFB>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=330>&nbsp;</TD>');
document.write('    <TD width=52>&nbsp;</TD>');
document.write('    <TD width=10>&nbsp;</TD>');
document.write('    <TD width=189>&nbsp;</TD></TR></TBODY></TABLE>');
//document.write('</td>');
//document.write('</tr></table>');
//document.write('<BR>');
document.write('<!-- ====  END NASA COMMON FOOTER ==== -->');
document.close();
}
