
      if( headerLevel == 0 ) {
   x = ""; }
 else if( headerLevel == 1 ) {
   x = "../"; }
 else if( headerLevel == 2 ) {
   x = "../../"; }
 else if( headerLevel == 3 ) {
   x = "../../../"; }

document.writeln('<table id="table0" align="center">');
document.writeln('<tr align="center" valign="middle">');

// 1
document.writeln('<td width="33%" align="center">');
document.writeln('<a href="http://www.rsmas.miami.edu/"><img src="',x,'img/um-rsmas-logo.jpg" border="0"></a>');
// <font size="1pt" color="#006600"><br><br>The University of Miami</font>
//document.writeln('<br><font size="1pt" color="darkblue"><b>Rosenstiel School of Marine<br>and Atmospheric Science</b></font>');

// 2
document.writeln('</td><td width="33%" align="center">');
//document.writeln('<a href="http://www.rsmas.miami.edu/groups/cimas/"><img src="" border="0"></a>');
document.writeln('<a href="http://www.rsmas.miami.edu/groups/cimas/" style="text-decoration:none"><font size="18pt" color="darkblue"><b>CIMAS</b></font><font size="1pt" color="darkblue"><br>The Cooperative Institute for Marine<br> and Atmospheric Studies</font></a>');
//document.writeln('<br><font size="1pt" color="darkblue"><b>Cooperative Institute for<br>Marine and Atmospheric Studies</b></font>');

// 3
document.writeln('</td><td width="33%" align="center">');
document.writeln('<a href="http://www.nopp.org/"><img src="',x,'img/nopp-logo.gif" border="0"><font size="1pt"><br>The National Oceanographic Partnership Program</font></a>');
//document.writeln('<br><font size="1pt" color="darkred"><b>National Oceanographic<br>Partnership Program</b></font>');

document.writeln('</td></tr>');
document.writeln('</table>');

