function enviant_contacte(){
	document.getElementById('contacte_form').style.display = "none";
	document.getElementById('contacte_text').innerHTML = "Enviant dades...";
	return true;	
}
function contacte_enviat(){	
	document.getElementById('contacte_text').innerHTML = "El formulari s'ha enviat correctament, en breu ens posarem en contacte amb vostè.<br><br>Gràcies!";	
}
function contacte_no_enviat(){	
	document.getElementById('contacte_text').innerHTML = "<span class='missatge'>El formulari no s'ha pogut enviar<br>Si us plau, provi-ho un altre cop</span>";		
	document.getElementById('contacte_form').style.display = "block";
}
