function feposta()
{
	testua=window.document.form1.zureposta.value;
	if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(testua)){
    	feposta2()
			} else {
			window.alert("Bete ezazu zure eposta, mesedez.")
			window.document.form1.zureposta.focus()
			}
}

function feposta2()
{
	testua=window.document.form1.lagunarenposta.value;
	if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(testua)){
    	window.document.form1.submit()
			} else {
			window.alert("Bete ezazu lagunaren eposta, mesedez.")
			window.document.form1.lagunarenposta.focus()
			}
}
