
document.writeln('<blockquote>');
document.writeln('<ul>');
document.writeln('<li>Topography/Bathymetry');
document.writeln('  <ul>');
document.writeln('    <li> <a href="img_topo1.html">2 Tone with labels</a>');
document.writeln('    <li> <a href="img_topo2.html">Color without labels</a>');
document.writeln('  </ul>');
document.writeln('<li>Historical Ship Drift Data');
document.writeln('  <ul>');
document.writeln('    <li> <a href="img_mgsva.html">Yearly MGSVA plots</a> - curvy arrow plots of the MGSVA Climatology.');
document.writeln('  </ul>');
document.writeln('<li>Drifting Buoy Data');
document.writeln('  <ul>');
document.writeln('    <li> <a href="spaghetti-bw.html">Spaghetti Plots</a> - b/w of buoy tracectories.');
document.writeln('    <li> <a href="spaghetti-speed.html">Speed</a> - as above only color denotes drifter speed.');
document.writeln('    <li> <a href="spaghetti-heading.html">Heading</a> - as above only color denotes drifter heading.');
document.writeln('    <li> <a href="img_dbc.html">DBC velocity vector plots</a> - curvy arrow plots of the Drifting Buoy Climatology.');
document.writeln('  </ul>');
document.writeln('</ul>');
document.writeln('</blockquote>');

document.writeln('<p>');
document.writeln('<blockquote>');
document.writeln('<blockquote>');
document.writeln('For more information on the data that went into these plots,');
document.writeln('see our <a href="../data.html">Data Description</a> page.');
document.writeln('<br>For basin scale maps similiar to the above maps,');
document.writeln('see our <a href="../basin-maps.html">Basin Maps</a> page.');
document.writeln('<br>Our <a href="../sfo/index.html"><b>South Florida Outreach</b></a> page also has many maps.');
document.writeln('</blockquote>');
document.writeln('</blockquote>');

