<!--
var x;
/*
  function eml(who,yahoo,com)
  {
   if (x)
      x.close();
   x = window.open("mailto:" + who + "@" + yahoo + "." + com);
   x.close();
   return false;
  }
*/
  function poppic(img)
  {
   if (x)
      x.close();
   x =window.open(img, "picwin", "toolbar=no,location=no,scrollbars=no,width=420,height=320");
   x.focus();
   return false;
  }
  function showpict(n, show)
  {
     var tag = document.getElementById(n).style;
     if (show)
     {
         tag.left = 150+"px"; /* IE hack */
         tag.left = (document.width/2 - 200) + "px";
     }else{
        tag.left = "-9999px";
     }
  }


/*<!-- ADDED FOR DROPDOWN MENU -->
   <script language="javascript" type="text/javascript">
*/
   function toggleMenu(whichMenu, nextpos)
   {
      var menuObj = document.getElementById(whichMenu).style;
      menuObj.top = nextpos +"px";
      menuObj.left = "10px";
   }

/*   </script>
*/



/**** Google analytics ****
<script type="text/javascript">
******/
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-19988906-1']); _gaq.push(['_trackPageview']); (function() {   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
/**** </script> ***/



-->

