<?
$pre   = '';
include "common.php";
$title = 'Regional Programs';
// 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 = 'region';
$logo  = true;
include HEAD;
?>
<center><h1>Regional Programs</h2>
<img style="border: 0px solid black" usemap="#regions" src="<?=$pre?>images/regions.jpg" />
<br><br>
Click a logo to visit the web page for that Regional Program.
</center>
<map name="regions" id="regions">
   <area shape="circle" coords="108,100,110" target="_blank" href="http://globec.oce.orst.edu" alt="NEP" />
   <area shape="circle" coords="572,118,110" target="_blank" href="http://globec.whoi.edu/globec.html" alt="NWA" />
   <area shape="circle" coords="595,534,100" target="_blank" href="http://www.ccpo.odu.edu/Research/globec_menu.html" alt="SO" />
</map>

<?
include FOOT;
?>
