<?
$pre   = '../../';
include $pre . "common.php";
$title = 'Launch and Recovery Videos';
// Since register_globals is on, the $_GET variables override anything
// I set in my scripts so I have this $imenu for initial menu then it
// can be reset by the $_GET['menu'] variable.
$imenu = 'main';
$logo  = falsei;
include HEAD;
?>
      &lt;<a href="index.php">BACK</a>&gt;
      <center>
         <h2>Launch and recovery of the Video Plankton Recorder (VPR)</h2>
      </center>

      <p>
         The VPR is in a protective cage.  The round, black doughnut-shaped
         object is the strobe light source to illuminate the plankton in the
         water.  Opposite it is the magnifying camera. The system takes about
         64 images per second of a small volume of water half way between the
         camera and the strobe, showing details of plankton organisms that
         would be barely visible to the naked eye.
      </p>

      <p>
         Note that safety comes first -- everyone wears a hard hat and life
         vest.  Tag lines keep the instrument from swinging and banging against
         the ship. 
      </p>

      <p style="padding-left: 2em">
         <a href="content/VPRsmall.wmv">VPR Launch and Recovery Video (WMV)</a>
      </p>

      <br>
      <center>
         <h2>Launch and recovery of the MOCNESS</h2>
      </center>

      <p>
         The MOCNESS (Multiple Opening and Closing Net Environmental Sampling
         System) has nine nets that can be opened and closed on command to
         sample the plankton in discrete depth layers.  It also has sensors to
         measure the water depth, temperature and salinity.  The nets can have
         different mesh sizes to capture different sized organisms.
      </p>

      <p style="padding-left: 2em">
         <a href="content/Moc_Launch_small.wmv">MOCNESS Launch Video (WMV)</a><br>
         <a href="content/Moc_Recovery_small.wmv">MOCNESS Recovery Video (WMV)</a>
      </p>

      <br><br>
      <p>
         <i>Videos courtesy of Peter Wiebe (WHOI)</i>
      </p>


<?
include FOOT;
?>
