// JavaScript Document
function nuevaParejaTorneo(deporte,campeonato,categoria,redirect,recargar)
{
	showCargando();
	xajax_handler('parejas','nueva_pareja_torneo',{'deporte':deporte,'campeonato':campeonato,'categoria':categoria,'redirect':redirect,'recargar':recargar},null);
}

function showFichaParticipante(idcampeonato,idcategoria,idparticipante)
{
	showCargando();
	xajax_handler('campeonatos','ficha',{'idcampeonato':idcampeonato,'idcategoria':idcategoria,'idparticipante':idparticipante},'participantes');
}