<?
$pre   = '';
include "common.php";
$title = 'Workshops';
// 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 = 'calendar';
$logo  = true;
include HEAD;
?>
<h3>Pan-Regional Synthesis</h3>
<ul>
   <li><a href="<?=$pre?>workshops/synth10/home.php">Final U.S. GLOBEC
       Pan-Regional Synthesis Workshop</a></li>
   <li><a href="<?=$pre?>workshops/synth08">Third Annual U.S. GLOBEC
       Pan-Regional Synthesis Workshop</a></li>
   <li><a href="<?=$pre?>workshops/synth07">Second Annual U.S. GLOBEC
       Pan-Regional Synthesis Workshop</a></li>
   <li><a href="<?=$pre?>workshops/synth06">First Annual U.S. GLOBEC
       Pan-Regional Synthesis Workshop</a></li>
</ul>
<br><br><br>
<?
include FOOT;
?>
