// JavaScript Document
function sendmessage(person,label,address){
	var windowopen = "https://secure.chemeketa.edu/contactus/emailsecure.html?who=" + label + "&domain=" + address + "&pname=" + person;
	window.open(windowopen,"emailpopup","width=600, height=570");	
}
