function missatge(Missatge){
	if (Missatge.length > 0){
		alert (Missatge);
	}	
}