var deporte = '';
var modulo_edicion_local =getEdicionLocal();
function mHS_deporte(valor) {
	if((typeof(modulo_edicion_local) != "undefined") && (modulo_edicion_local != '') && (modulo_edicion_local != null))
		 $("#mHS-deporte").load('/includes_m/hs/rd.mHS-deporte.php?valor=' + valor + '&edicion=' + modulo_edicion_local,{},function(){if (valor.indexOf('hs-quiniela.html') >=0){cargarSel(window.document.frmQuin.jornada,jornadas,'',0);carga_quiniela_modulo('');}	});
	else{
		 $("#mHS-deporte").load('/includes_m/hs/rd.mHS-deporte.php?valor=' + valor,{},function(){if (valor.indexOf('hs-quiniela.html') >=0){cargarSel(window.document.frmQuin.jornada,jornadas,'',0);carga_quiniela_modulo('');}	});
	}
}

function mHS_calendario(valor) {
	$("#mHS-calendario").load('/includes_m/hs/rd.mHS-deporte.php?valor=' + valor);
}

function muestra_masdeporte(){
document.getElementById('masDeporte').style.display = 'block';
}
function oculta_masdeporte(){
document.getElementById('masDeporte').style.display = 'none';
}
function muestra_grupos2b(){
document.getElementById('grupos2b').style.display = 'block';
}
function oculta_grupos2b(){
document.getElementById('grupos2b').style.display = 'none';
}