<!--------------------------->
<!--Begin Navigation Header-->
<!--------------------------->

<div align="center">
  <center>
  <table border="0" cellspacing="1">
    <tr>
      <td valign="top" align="center" colspan="5" bgcolor="#000000"><font size="4" color="#FFFFFF">##CURRENTSLIDE##</font></td>
    </tr>
    <tr>
      <td valign="top" align="center"><a href="##FIRSTLINK##"><img border="0" src="first_button.gif" width="77" height="22" alt=" Click here to move to the first slide. "></a></td>
      <td valign="top" align="center"><a href="##PREVIOUSLINK##"><img border="0" src="previous_button.gif" width="77" height="22" alt=" Click here to move to the previous slide. "></a></td>
      <td valign="top" align="center">
      <!--------------------------->
      <!--Begin JS Drop Down Link-->
      <!--------------------------->
      <SCRIPT LANGUAGE="javascript">
      function LinkUp() 
      {
      var number = document.DropDown.DDlinks.selectedIndex;
      location.href = document.DropDown.DDlinks.options[number].value;
      }
      </SCRIPT>
      <FORM NAME="DropDown">
      <SELECT NAME="DDlinks" onChange="LinkUp(this.form)" >
      <OPTION SELECTED>Select A Slide To View
      ##SLIDENAMES##
      </SELECT>
      </FORM>
      <!------------------------->
      <!--End JS Drop Down Link-->
      <!------------------------->
      <td valign="top" align="center"><a href="##NEXTLINK##"><img border="0" src="##NEXTGRAPHIC##" width="77" height="22" alt=" Click here to move to the next slide. "></a></td>
      <td valign="top" align="center"><a href="##LASTLINK##"><img border="0" src="last_button.gif" width="77" height="22" alt=" Click here to move to the last slide. "></a></td>
    </tr>
  </table>
  </center>
</div>
<!------------------------->
<!--End Navigation Header-->
<!------------------------->


