<!--

   function OpenEmail(theAddress) {

 

      if (theAddress != '') {

         document.location.href='mailto:'+theAddress;

      }

   }

//
-->

