function nou_onsubmit(){
	if (document.nou.centre.value==""){
		alert("No has posat el centre!");
		return false;
	}
	if (document.nou.profe.value==""){
		alert("No has posat el nom del professor/a!");
		return false;
	}
	if (document.nou.assig.value==""){
		alert("No has posat l'assignatura!");
		return false;
	}
	if (document.nou.tema.value==""){
		alert("No has posat el tema!");
		return false;
	}
	if (document.nou.titol.value==""){
		alert("No has posat el títol!");
		return false;
	}
	if (document.nou.etapa.value=="0"){
		alert("No has indicat l'etapa!");
		return false;
	}

	if (document.nou.descripcio.value==""){
		alert("No has posat la descripció!");
		return false;
	}
}


function nou1_onsubmit(){
	if (document.nou1.centre.value==""){
		alert("No ha escrito el centro!");
		return false;
	}
	if (document.nou1.profe.value==""){
		alert("No ha escrito el nombre del profesor/a!");
		return false;
	}
	if (document.nou1.assig.value==""){
		alert("No ha escrito la asignatura!");
		return false;
	}
	if (document.nou1.tema.value==""){
		alert("No ha escrito el tema!");
		return false;
	}
	if (document.nou1.titol.value==""){
		alert("No ha escrito el título!");
		return false;
	}
	if (document.nou1.etapa.value=="0"){
		alert("No ha indicado la etapa!");
		return false;
	}

	if (document.nou1.descripcio.value==""){
		alert("No ha escrito la descripción!");
		return false;
	}
}
