var login=0; //deslogueado
/*
if (screen.width + "x" +screen.height == "640x480") location.href="pagina640x480.htm"
if (screen.width + "x" +screen.height == "800x600") location.href="pagina800x600.htm"
if (screen.width + "x" +screen.height == "1024x768") location.href="pagina1024x768.htm"
*/
function cargar_inicial(url_content){
	cargar_get("dar_hora.php","hora");
	if (url_content!=''){	
		cargar_get(url_content,'content');
		//url_contents.push(url_content);
	}
}

function cargar_escrutinio()
{
	document.getElementById("busqueda").className="hide";
	document.getElementById("botonera").className="hide";
	cargar_post("php/escrutinio.php",'content','');
	
}

function cargar_inicio()
{
	document.getElementById("busqueda").className="hide";
	document.getElementById("botonera").className="hide";	
	cargar_post("templates/home.html",'content','');
	
}

function cargar_content(url_content){
	if (url_content!=''){	
		cargar_get(url_content,'content');
	}
}


/*
function buscar_nac_por_dto()
{
	 dto = document.getElementById("departamentos").value;
	 cargar_post('php/resultados_nacionales.php','content','b_dpto='+dto);
}

function buscar_nac_por_loc()
{
	 dto = document.getElementById("departamentos").value;
	 loc = document.getElementById("localidades").value;
	 cargar_post('php/resultados_nacionales.php','content','b_dpto='+dto+'&b_localidad='+loc);
}

function buscar_nac_por_cir()
{
	 dto = document.getElementById("departamentos").value;
	 loc = document.getElementById("localidades").value;
	 cir = document.getElementById("circuitos").value;
	 cargar_post('php/resultados_nacionales.php','content','b_dpto='+dto+'&b_localidad='+loc+'&b_circuito='+cir);
}

function buscar_nac_por_esc()
{
	 dto = document.getElementById("departamentos").value;
	 loc = document.getElementById("localidades").value;
	 cir = document.getElementById("circuitos").value;
	 esc = document.getElementById("escuelas").value;
	 cargar_post('php/resultados_nacionales.php','content','b_dpto='+dto+'&b_localidad='+loc+'&b_circuito='+cir+'&b_escuela='+esc);
}

function buscar_nac_por_tel()
{
	 dto = document.getElementById("departamentos").value;
	 loc = document.getElementById("localidades").value;
	 cir = document.getElementById("circuitos").value;
	 esc = document.getElementById("escuelas").value;
	 tel = document.getElementById("telegrama").value;
	 cargar_post('php/resultados_nacionales.php','content','b_dpto='+dto+'&b_localidad='+loc+'&b_circuito='+cir+'&b_escuela='+esc+'&b_telegrama='+tel);
}

function buscar_nac_por_dto_g()
{
	 dto = document.getElementById("departamentos").value;
	 cargar_post('php/resultados_nacionales_grafico.php','content','b_dpto='+dto);
}

function buscar_nac_por_loc_g()
{
	 dto = document.getElementById("departamentos").value;
	 loc = document.getElementById("localidades").value;
	 cargar_post('php/resultados_nacionales_grafico.php','content','b_dpto='+dto+'&b_localidad='+loc);
}

function buscar_nac_por_cir_g()
{
	 dto = document.getElementById("departamentos").value;
	 loc = document.getElementById("localidades").value;
	 cir = document.getElementById("circuitos").value;
	 cargar_post('php/resultados_nacionales_grafico.php','content','b_dpto='+dto+'&b_localidad='+loc+'&b_circuito='+cir);
}

function buscar_nac_por_esc_g()
{
	 dto = document.getElementById("departamentos").value;
	 loc = document.getElementById("localidades").value;
	 cir = document.getElementById("circuitos").value;
	 esc = document.getElementById("escuelas").value;
	 cargar_post('php/resultados_nacionales_grafico.php','content','b_dpto='+dto+'&b_localidad='+loc+'&b_circuito='+cir+'&b_escuela='+esc);
}

function buscar_nac_por_tel_g()
{
	 dto = document.getElementById("departamentos").value;
	 loc = document.getElementById("localidades").value;
	 cir = document.getElementById("circuitos").value;
	 esc = document.getElementById("escuelas").value;
	 tel = document.getElementById("telegrama").value;
	 cargar_post('php/resultados_nacionales_grafico.php','content','b_dpto='+dto+'&b_localidad='+loc+'&b_circuito='+cir+'&b_escuela='+esc+'&b_telegrama='+tel);
}*/
//provinciales


