// JavaScript Document

function iratras() {
	history.go(-1);
}

function alerta(element,message)
	{
	alert(message);
	element.focus();
	}


function pedircita() {
	window.open('paso1.htm','_self');
}


function cambiocita() {
	window.open('cambio1.htm','_self');
}

function anularcita() {
	window.open('anular1.htm','_self');
}


