function printFooter() {
  document.writeln('<div class="footer">')
  document.writeln('<br>')
  document.writeln('National Space Biomedical Research Institute <br>')
  document.writeln('One Baylor Plaza, NA-425, Houston, TX 77030 <br>')
  document.writeln('713-798-7412 (phone), 713-798-7413 (fax) <br>')
  document.writeln('For more information contact <a href="mailto:info@nsbri.org"')
  document.writeln(' class=footer>info@nsbri.org</a>')
  document.writeln('<p>')
  document.writeln('Copyright &copy; 2000-2009 National Space Biomedical Research Institute')
  document.writeln('</div>')
}

function printFooter2() {
  document.writeln('<div class="footer">')
  document.writeln('<br>')
  document.writeln('<a class=footer href="../About/Search.html">Search NSBRI</a><br>')
  document.writeln('National Space Biomedical Research Institute <br>')
  document.writeln('One Baylor Plaza, NA-425, Houston, TX 77030 <br>')
  document.writeln('713-798-7412 (phone), 713-798-7413 (fax) <br>')
  document.writeln('For more information contact <a href="mailto:info@nsbri.org"')
  document.writeln(' class=footer>info@nsbri.org</a>')
  document.writeln('<p>')
  document.writeln('Copyright &copy; 2000-2009 National Space Biomedical Research Institute')
  document.writeln('</div>')
}

function displayFileInfo (name,description,date,uploadedby,size) {
  var win
  win = open("", "fileinfo","width=450,height=300,scrollbars=yes,resizable=yes")
  win.document.open()

  with ( win.document ) {
    writeln("<body bgcolor=white>")
    writeln("<table>")
    writeln("<tr><td valign=top>File Name:</td><td nowrap>" + name + "</td></tr>")
    writeln("<tr><td valign=top>Description:</td><td>" + description + "</td></tr>")
    writeln("<tr><td valign=top nowrap>Upload Date:</td><td>" + date + "</td></tr>")
    writeln("<tr><td valign=top nowrap>Uploaded By:</td><td>" + uploadedby + "</td></tr>")
    writeln("<tr><td valign=top>File Size:</td><td>" + size + "</td></tr>")
    writeln("<tr><td colspan=2 align=center>")
    writeln("<a href='javascript:window.close()'>Close</a>")
    writeln("</td></tr>")
    writeln("</table>")
  }
  win.document.close()
}

function printBottomResearchMenu() {
  with (document) {
    writeln('<table cellspacing=0 border=0 cellpadding=0>')
    writeln('<tr>')
    writeln('  <td colspan=2><img src="/menuimages/footer-topleft.gif"></td>')
    writeln('  <td colspan=5><img src="/menuimages/footer-topbg.gif" height=6 width=500></td>')
    writeln('</tr>')
    writeln('<tr>')
    writeln('  <td rowspan=3><img src="/images/spacer.gif" width=12></td>')
    writeln('  <td><img src="/menuimages/loff.gif"></td>')
    writeln('  <td nowrap><a href="/Research/HFP.html" class=botmenu>Human Factors and Performance</a></td>')
    writeln('  <td><img src="/menuimages/loff.gif"></td>')
    writeln('  <td nowrap><a href="/Research/MusculoSkeletal.html" class="botmenu">Musculoskeletal Alterations</a></td>')
    writeln('  <td><img src="/menuimages/loff.gif"></td>')
    writeln('  <td nowrap><a href="/Research/Cardio.html" class="botmenu">Cardiovascular Alterations</a></td>')
    writeln('</tr>')
    writeln('<tr>')
    writeln('  <td><img src="/menuimages/loff.gif"></td>')
    writeln('  <td nowrap><a href="/Research/Psycho.html" class=botmenu>Neurobehaviorial and Psychosocial Factors</a></td>')
    writeln('  <td><img src="/menuimages/loff.gif"></td>')
    writeln('  <td nowrap><a href="/Research/Radiation.html" class=botmenu>Radiation Effects</a></td>')
    writeln('  <td><img src="/menuimages/loff.gif"></td>')
    writeln('  <td nowrap><a href="/Research/Neuro.html" class=botmenu>Sensorimotor Adaptation</a></td>')
    writeln('</tr>')
    writeln('<tr>')
    writeln('  <td><img src="/menuimages/loff.gif"></td>')
    writeln('  <td nowrap><a href="/Research/SmartTech.html" class=botmenu>Smart Medical Systems and Technology</a></td>')
    writeln('  <td><img src="/menuimages/loffblank.gif"></td>')
    writeln('  <td nowrap></td>')
    writeln('  <td><img src="/menuimages/loffblank.gif"></td>')
    writeln('  <td nowrap></td>')
    writeln('</tr>')
    writeln('<tr>')
    writeln('<td colspan=2><img src="/menuimages/footer-botleft.gif"></td>')
    writeln('<td colspan=5><img src="/menuimages/footer-botbg.gif" height=6 width=500></td>')
    writeln('</tr>')
    writeln('</table>')
  }
}
