function votar()
{
	valor = 0;
	if (document.forms["frm_encuesta"].opcion1.checked == true)
		valor = 9;
	else
		if (document.forms["frm_encuesta"].opcion2.checked == true)
			valor = 10;
		else
			if (document.forms["frm_encuesta"].opcion4.checked == true)
				valor = 11;
			else
				if (document.forms["frm_encuesta"].opcion5.checked == true)
					valor = 12;
	
	
	if(valor == 0)
		alert('seleccione una opcion');
	else
		window.open("http://www.lacapitalmdp.com/encuestas/encuesta.php?opcion=" + valor ,"encuestas","width=420, height=500, scrollbars=no, menubar=no, location=no, resizable=no") 
	
}


function votar2()
{
	valor = 0;
	if (document.forms["frm_encuesta2"].opcion3.checked == true)
		valor = 14;
	else
		if (document.forms["frm_encuesta2"].opcion4.checked == true)
			valor = 15;
	if(valor == 0)
		alert('seleccione una opcion');
	else
		window.open("http://www.servicioslacapital.com.ar/encuestas/encuesta.asp?cod_enc=6&opcion=" + valor ,"encuestas","width=420, height=500, scrollbars=no, menubar=no, location=no, resizable=no") 
	
}


function resultados()
{
	window.open("http://www.lacapitalmdp.com/encuestas/encuesta.php","encuestas","width=420, height=500, scrollbars=no, menubar=no, location=no, resizable=no")
}

function resultados2()
{
	window.open("http://www.lacapitalmdp.com/encuestas/encuesta.php","encuestas","width=420, height=500, scrollbars=no, menubar=no, location=no, resizable=no")
}


function agrandar_i(h)
{
    iframe=document.getElementById("hoy");
	iframe.height=h;
}

function buscar_nota()
{
	document.forms["frm_historico"].submit();	
}

function abrir()
{
	   window.open("http://www.servicioslacapital.com.ar/fotos/galeria.asp" ,"galeria","width=800, height=700");
}

function curuchet()
{
	alert("A");
	
}

//-----------------------


window.addEvent('domready',function()
{
	//--------AGREGAR VINCULO ------------//
		$$('.banner_foto')[0].getFirst().empty();
		var pe = $$('.banner_foto')[0].getFirst().getNext();
		pe.getFirst().width += 30;
		var grande = pe.getFirst().src.replace('C.jpg','G.jpg');
		var vin = new Element('a',{'href':grande});
		vin.adopt(pe.getFirst());
		vin.addClass('vinculo');
		pe.empty();
		pe.adopt(vin);
		vin.getParent().injectTop($('opinion'));
		
	//---------CAMBIAR TAMANIO --------//
		//var tamanio = $('tam').getParent();
		//tamanio.removeClass('banner1');
		var tama = new Element('div',{'id':'tamanio'});
		var mas = new Element('a',{'id':'mast','href':'javascript:letramas();'});
		mas.appendText('a');
		var menos = new Element('a',{'id':'menost','href':'javascript:letramenos();'});
		menos.appendText('a');
		tama.adopt(menos);
		tama.adopt(mas);
		vin.getParent().adopt(tama);
		$('tam').getParent().setStyle('height','20px');	
		$('tam').getParent().empty();		
		
	
		//-----volanta
		//alert($$('.volanta')[0].remove());
		$$('.volanta')[0].setStyle('visibility','hidden');
		$$('.volanta')[0].setStyle('height','1px');	
		$$('.volanta')[0].setStyle('padding','0px');	
		$$('.volanta')[0].setStyle('margin','0px');	
		
		//--compartir
		$('i_compartir').setStyle('width','255px');
});