function GotoAgenda(idFR){
	document.F_INDEX.idFR.value = idFR;
	document.F_INDEX.submit();
}