function epasts(a, b) {
	window.location.href='mailto:'+a+'@'+b;
}

function formHandler(form){
	var YM = document.getElementById(form);
	var URL = form.options[form.selectedIndex].value;
	window.location.href = URL;
}
