function changeImage(elemento, imagen_uno){
  $('#' + elemento).attr("src", '../images/imagesFrontEnd/'+imagen_uno);
}

function SubmitForm(button) {
    $(button.form).submit();
}

