
      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,'models.php">Models</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="http://orca.rsmas.miami.edu/proj/cblast/floyd" target="models_popup">',table_3,'<img src="img/logo_v11_ongray.gif" width="64" border="0">',table_4,'UMCM:<br>MM5-WW3-3DPWP',table_5,'</a>',hr95,'</li>');
//document.writeln('<li><a href="" target="models_popup">',table_3,'<img src="img/logo_v11_ongray.gif" width="64" border="0">',table_4,'UMCM:<br>WRF-HYCOM',table_5,'</a>',hr95,'</li>');
// Aug 5 2009
//document.writeln('<li><a href="models/mm5_realtime.php" target="models_popup">',table_3,'<img src="img/logo_v11_ongray.gif" width="64" border="0">',table_4,'UMCM:<br>MM5-WW3-3DPWP',table_5,'</a>',hr95,'</li>');
//document.writeln('<li><a href="models/wrf_realtime.php" target="models_popup">',table_3,'<img src="img/logo_v11_ongray.gif" width="64" border="0">',table_4,'UMCM:<br>WRF-HYCOM',table_5,'</a>',hr95,'</li>');
// Sep 28 2009
document.writeln('<li><a href="',x,'models/wpc_mm5_realtime.php" target="models_popup">',table_3,'<img src="',x,'img/logo_v11_ongray.gif" width="64" border="0">',table_4,'UMCM:<br>West Pacific',table_5,'</a>',hr95,'</li>');
document.writeln('<li><a href="',x,'models/atl_wrf_realtime.php" target="models_popup">',table_3,'<img src="',x,'img/logo_v11_ongray.gif" width="64" border="0">',table_4,'UMCM:<br>Atlantic',table_5,'</a>',hr95,'</li>');

document.writeln('</ul>');
document.writeln(table_2);

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

