

function alert_mensagem(msg){

	if (msg != '') {
 
 	     alert(msg);   
	}

}



