function anadir(boton) {
boton.value ="Espera..";
boton.disabled = true;
document.form1.submit();

}

function anadir2(boton,formulario) {
boton.value ="Espera..";
boton.disabled = true;
formulario.submit();

}