// JavaScript Document



function init()
{
//$('#butt1').click(function(){$('#x').attr('disabled','disabled')});
$('#mes').change(checkSelect);
$(".hemeroteca").click(ver_noticia)

}

function ver_noticia(url)
{
	window.open(URL,'width=550,height=650,left=0,top=0,location=0,menubar=0,toolbar=0,titlebar=0,status=1,resizable=0');
}

function checkSelect()
{
$('#dia').removeAtrr('disabled');
	
/*if($(this).val()=='all'){$('#dia').atrr('disabled','disabled');}
else $('#dia').removeAtrr('disabled');*/
}