function agenda_cambia_sentido() {
	if(document.frm_agenda.orden.value=="0") {
		document.frm_agenda.sentido.value="0";
	} else { 
		document.frm_agenda.sentido.value="1";
	}
	document.frm_agenda.submit()
}

function agenda_alterado() {
	document.frm_agenda.accion.value="recarga";
	document.frm_agenda.submit()
}



