

<!--  Begin sendMail
function sendMail(three, two, one){

  // ALERT USER 
//alert("This email will be sent directly to the intended recipient.\r\nIf you do not receive a response, please contact the Webmaster. "); 

  // SET MESSAGE VALUES

  // BUILD MAIL MESSAGE COMPONENTS
  var doc = "mailto:" + one + '@' + two + '.' + three;

  // POP UP EMAIL MESSAGE WINDOW
  window.location = doc;
}	


// End sendMail -->


<!--  Begin sendMail
function noMail(three, two, one){

  // ALERT USER 
//alert("There is no email mailbox available intended recipient.\r\nThis email will be directed to the Area Chairperson.\r\nIf you do not receive a response, please contact the webmaster. "); 

  // SET MESSAGE VALUES

  // BUILD MAIL MESSAGE COMPONENTS
  var doc = "mailto:" + one + '@' + two + '.' + three;

  // POP UP EMAIL MESSAGE WINDOW
  window.location = doc;
}	


// End nodMail -->




<!--  Begin hideMail
function hideMail(three, two, one){
	
	  document.write(one + '@' + two + '.' + three );

}
// End HideMail -->

