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

document.writeln('<div id="menu-bar-right">');
document.writeln('<table id="rightcontent" border="0" cellpadding="0" cellspacing="0">');

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

document.writeln(hr95);

document.writeln('<h1>Miami Radar</h1>');
document.writeln('<a href="http://www.rsmas.miami.edu/environment/radar-loop.cgi?s=AMX_2" target="weather_popup">');
document.writeln('<img src="http://www.rsmas.miami.edu/nexrad/half-bref1.gif" border="0" width="180">');
document.writeln('</a>');
document.writeln(hr95);

document.writeln('<h1>Atlantic IR1</h1>');
document.writeln('<a href="http://orca.rsmas.miami.edu/~eryan/ConvTracking/atl_index_rt.php" target="weather_popup">');
document.writeln('<img src="http://orca.rsmas.miami.edu/~eryan/ConvTracking/atl_ir1_map_sm.png" border="0" width="180">');
document.writeln('</a>');
document.writeln(hr95);

document.writeln('<h1>West Pacific IR1</h1>');
document.writeln('<a href="http://orca.rsmas.miami.edu/~eryan/ConvTracking/wp_index_rt.php" target="weather_popup">');
document.writeln('<img src="http://orca.rsmas.miami.edu/~eryan/ConvTracking/wp_ir1_map_sm.png" border="0" width="180">');
document.writeln('</a>');
document.writeln(hr95);

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

