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

//
document.writeln(div_a);
document.writeln(table_1);
document.writeln('<ul>');
document.writeln('<li><a href="',x,'projects.php">Research Projects</a></li>')
document.writeln('</ul>');
document.writeln(table_2);

//
document.writeln(div_b);
document.writeln(table_1);
document.writeln('<ul>');
document.writeln('<li><a href="',x,'ITOP/" target="research_popup">',table_3,'<img src="',x,'img/onrsmall.jpg" width="64" border="0">',table_4,'TYPHOON:<br>Typhoon Impacts on Pacific Ocean',table_5,'</a>',hr95,'</li>');
document.writeln('<li><a href="',x,'TCS_08/" target="research_popup">',table_3,'<img src="',x,'img_projects/Jangmi_2008.jpg" width="64" border="0">',table_4,'TCS-08:<br>Tropical Cyclone Structures 2008',table_5,'</a>',hr95,'</li>');
document.writeln('<li><a href="',x,'rainex/" target="research_popup">',table_3,'<img src="',x,'img_projects/rainex.jpg" border="0">',table_4,'RAINEX:<br>Hurricane Rainbands and Intensity Change Experiment',table_5,'</a>',hr95,'</li>');
document.writeln('<li><a href="',x,'cblast/" target="research_popup">',table_3,'<img src="',x,'img/cblast_hurricane_text.jpg" width="64" border="0">',table_4,'CBLAST:<br>Coupled Boundary Layers and Air-Sea Transfer',table_5,'</a>',hr95,'</li>');
document.writeln('<li><a href="',x,'" target="research_popup">',table_3,'<img src="',x,'img_projects/tcsp_banner_sm.jpg" border="0" width="64">',table_4,'TCSP:<br>Tropical Cloud Systems and Processes',table_5,'</a>',hr95,'</li>');
document.writeln('<li><a href="',x,'">',table_3,'<img src="',x,'img_projects/banner_trmm_sm2.jpg" border="0">',table_4,'TRMM:<br>TC Rainfall Structure and Climatology',table_5,'</a>',hr95,'</li>');
document.writeln('<li><a href="',x,'" target="research_popup">',table_3,'<img src="',x,'img_projects/floyd.jpg" border="0">',table_4,'OVWST:<br>Ocean Vector Winds Science Team',table_5,'</a>',hr95,'</li>');
document.writeln('<li><a href="',x,'amsg/" target="research_popup">',table_3,'<img src="',x,'img_projects/amsg.jpg" border="0">',table_4,'AMSG:<br>Arabian Marginal Seas and Gulfs',table_5,'</a>',hr95,'</li>');
document.writeln('<li><a href="',x,'jes/" target="research_popup">',table_3,'<img src="',x,'img_projects/jestitle2_sm.jpg" border="0" width="64" height="64">',table_4,'JES:<br>Air-Sea Interactions in Japan-East Sea',table_5,'</a>',hr95,'</li>');
document.writeln('<li><a href="',x,'hdp/" target="research_popup">',table_3,'<img src="',x,'img_projects/hdp.gif" border="0">',table_4,'Florida Rainfall:<br>&nbsp;',table_5,'</a>',hr95,'</li>');
//document.writeln('<li><a href="',x,'floyd/" target="research_popup">',table_3,'<img src="',x,'img_projects/floyd.jpg" border="0">',table_4,'Floyd<br>Hurricane Floyd (1999)',table_5,'</a>',hr95,'</li>');
document.writeln('</ul>');
document.writeln(table_2);

//document.writeln('<p>&nbsp;</p>');
//document.writeln('<p>&nbsp;</p>');

