//alert ("jorge"+document.domain);

var dominio = new String();
dominio = document.domain;

// COMPROBAMOS DOMINIO.
if (dominio.match("es"))
	dominio = "ES";
else if (dominio.match("mx")){
	dominio = "MX";
}else{
	dominio = "ES";
}

function mostrarCapaDeModulo(codModulo,codCapa,numCapas){
	ocultarTodasLasCapas(codModulo,numCapas);
	document.getElementById('modulo'+codModulo+'_'+codCapa).style.display='';
	document.getElementById('enlace'+codModulo+'_'+codCapa).className='lomas_menu_on';
}

function ocultarTodasLasCapas(codModulo,numCapas){
	for (i=1;i<=numCapas;i++){
		document.getElementById('modulo'+codModulo+'_'+i).style.display='none';
		document.getElementById('enlace'+codModulo+'_'+i).className='lomas_menu_off';
	}
}

function abrirGrafico(seccion){

	if(seccion=='IBEX 35'){
		
		document.getElementById('IBEX 35').style.display="";
		document.getElementById('titulo IBEX 35').className="lomas_menu_on";	
		document.getElementById('dowjones').style.display="none";
		document.getElementById('titulodowjones').className="lomas_menu_off";
		document.getElementById('cac').style.display="none";
		document.getElementById('titulocac').className="lomas_menu_off";
		document.getElementById('footsie').style.display="none";
		document.getElementById('titulofootsie').className="lomas_menu_off";
		
	}
	
	if(seccion=='MEXICO IPC'){
		
		document.getElementById('MEXICO IPC').style.display="";
		document.getElementById('titulo MEXICO IPC').className="lomas_menu_on";
		document.getElementById('dowjones').style.display="none";
		document.getElementById('titulodowjones').className="lomas_menu_off";
		document.getElementById('cac').style.display="none";
		document.getElementById('titulocac').className="lomas_menu_off";
		document.getElementById('footsie').style.display="none";
		document.getElementById('titulofootsie').className="lomas_menu_off";
		
	}
	
	
	else if(seccion=='dowjones'){
		
		if (dominio == "ES"){	
			document.getElementById('IBEX 35').style.display="none";
			document.getElementById('titulo IBEX 35').className="lomas_menu_off";
		}else{
			document.getElementById('MEXICO IPC').style.display="none";
			document.getElementById('titulo MEXICO IPC').className="lomas_menu_off";
		}
		document.getElementById('dowjones').style.display="";
		document.getElementById('titulodowjones').className="lomas_menu_on";
		document.getElementById('cac').style.display="none";
		document.getElementById('titulocac').className="lomas_menu_off";
		document.getElementById('footsie').style.display="none";
		document.getElementById('titulofootsie').className="lomas_menu_off";
		
	}
	else if(seccion=='cac'){
	
		if (dominio == "ES"){	
			document.getElementById('IBEX 35').style.display="none";
			document.getElementById('titulo IBEX 35').className="lomas_menu_off";
		}else{
			document.getElementById('MEXICO IPC').style.display="none";
			document.getElementById('titulo MEXICO IPC').className="lomas_menu_off";
		}
		document.getElementById('dowjones').style.display="none";
		document.getElementById('titulodowjones').className="lomas_menu_off";
		document.getElementById('cac').style.display="";
		document.getElementById('titulocac').className="lomas_menu_on";
		document.getElementById('footsie').style.display="none";
		document.getElementById('titulofootsie').className="lomas_menu_off";
		
	}
	else if(seccion=='footsie'){
	
		if (dominio == "ES"){	
			document.getElementById('IBEX 35').style.display="none";
			document.getElementById('titulo IBEX 35').className="lomas_menu_off";
		}else{
			document.getElementById('MEXICO IPC').style.display="none";
			document.getElementById('titulo MEXICO IPC').className="lomas_menu_off";
		}
		document.getElementById('dowjones').style.display="none";
		document.getElementById('titulodowjones').className="lomas_menu_off";
		document.getElementById('cac').style.display="none";
		document.getElementById('titulocac').className="lomas_menu_off";
		document.getElementById('footsie').style.display="";
		document.getElementById('titulofootsie').className="lomas_menu_on";
		
	}

}



function mostrarFutbol(seccion){

if(seccion=='resulprimera'){

	document.getElementById('resulprimera').style.display="";
	document.getElementById('resultadoprimera').className="lomas_menu_on";
	document.getElementById('clasiprimera').style.display="none";
	document.getElementById('clasificacionprimera').className="lomas_menu_off";
	document.getElementById('resulsegunda').style.display="none";
	document.getElementById('resultadosegunda').className="lomas_menu_off";
	document.getElementById('clasisegunda').style.display="none";
	document.getElementById('clasificacionsegunda').className="lomas_menu_off";
	
}
else if(seccion=='clasiprimera'){

	document.getElementById('resulprimera').style.display="none";
	document.getElementById('resultadoprimera').className="lomas_menu_off";
	document.getElementById('clasiprimera').style.display="";
	document.getElementById('clasificacionprimera').className="lomas_menu_on";
	document.getElementById('resulsegunda').style.display="none";
	document.getElementById('resultadosegunda').className="lomas_menu_off";
	document.getElementById('clasisegunda').style.display="none";
	document.getElementById('clasificacionsegunda').className="lomas_menu_off";
	
}
else if(seccion=='resulsegunda'){

	document.getElementById('resulprimera').style.display="none";
	document.getElementById('resultadoprimera').className="lomas_menu_off";
	document.getElementById('clasiprimera').style.display="none";
	document.getElementById('clasificacionprimera').className="lomas_menu_off";
	document.getElementById('resulsegunda').style.display="";
	document.getElementById('resultadosegunda').className="lomas_menu_on";
	document.getElementById('clasisegunda').style.display="none";
	document.getElementById('clasificacionsegunda').className="lomas_menu_off";
	
}
else if(seccion=='clasisegunda'){

	document.getElementById('resulprimera').style.display="none";
	document.getElementById('resultadoprimera').className="lomas_menu_off";
	document.getElementById('clasiprimera').style.display="none";
	document.getElementById('clasificacionprimera').className="lomas_menu_off";
	document.getElementById('resulsegunda').style.display="none";
	document.getElementById('resultadosegunda').className="lomas_menu_off";
	document.getElementById('clasisegunda').style.display="";
	document.getElementById('clasificacionsegunda').className="lomas_menu_on";
	
}

}

Date.prototype.setISO8601 = function(dString){
	var regexp = /(\d\d\d\d)(-)?(\d\d)(-)?(\d\d)(T)?(\d\d)(:)?(\d\d)(:)?(\d\d)(\.\d+)?(Z|([+-])(\d\d)(:)?(\d\d))/;
	if (dString.toString().match(new RegExp(regexp))) {
		var d = dString.match(new RegExp(regexp));
		var offset = 0;
		this.setUTCDate(1);
		this.setUTCFullYear(parseInt(d[1],10));
		this.setUTCMonth(parseInt(d[3],10) - 1);
		this.setUTCDate(parseInt(d[5],10));
		this.setUTCHours(parseInt(d[7],10));
		this.setUTCMinutes(parseInt(d[9],10));
		this.setUTCSeconds(parseInt(d[11],10));
		if (d[12]) this.setUTCMilliseconds(parseFloat(d[12]) * 1000);
		else this.setUTCMilliseconds(0);
		if (d[13] != 'Z') {
			offset = (d[15] * 60) + parseInt(d[17],10);
			offset *= ((d[14] == '-') ? -1 : 1);
			this.setTime(this.getTime() - offset * 60 * 1000);
		}
	}
	else {
		this.setTime(Date.parse(dString));
	}
	return this;
};

function getFechaFromIso8601(fecha){
	var regexp = /(\d\d\d\d)(-)?(\d\d)(-)?(\d\d)(T)?(\d\d)(:)?(\d\d)(:)?(\d\d)(\.\d+)?(Z|([+-])(\d\d)(:)?(\d\d))/;
	if (fecha.toString().match(new RegExp(regexp))) {
		var d = fecha.match(new RegExp(regexp));
		f=d[5]+'-'+d[3]+' '+d[7]+':'+d[9];
		return f;
	}
}

function activarCapa(id){
	desactivarTodasLasCapas();
	document.getElementById(id).className='current';
	document.getElementById('div-'+id).style.display='';
}

function activarBloque(id){
	desactivarTodosLosBloques();
	document.getElementById(id).className='current';
	document.getElementById('div-'+id).style.display='';
}

function desactivarTodosLosBloques(){
	document.getElementById('leido').className='';
	document.getElementById('votado').className='';
	document.getElementById('comentado').className='';
	document.getElementById('div-leido').style.display='none';
	document.getElementById('div-votado').style.display='none';
	document.getElementById('div-comentado').style.display='none';

}	

function desactivarTodasLasCapas(){
	document.getElementById('relacionados').className='';
	document.getElementById('masapirel').className='';
	document.getElementById('div-relacionados').style.display='none';
	document.getElementById('div-masapirel').style.display='none';
}

function mostrarNoticias(desde){
	var param = "DESDE=" + desde;
	$.ajax({url: '/obtenerNoticias.phtml',
		type: 'POST',
		data: param,
		dataType: 'html',
		success: function(resultado){
			$('#jsparrilla').fadeOut('fast', function() {
				$('#jsparrilla').html(resultado).fadeIn('fast');
			});
		}
	});
}
