function changeanio(value){
	strUrl = '/modules/calendar/calendar.ajax.php?op=changeanio&anio=' + value+'&catego_id=' + $("idCategoria").value;
	AppObj.Ajax.updaterAjax( strUrl,"calendar");		
}
function changeCatego(catego){
	strUrl = '/modules/calendar/calendar.ajax.php?op=changecatego&catego_id=' + catego;
	AppObj.Ajax.updaterAjax( strUrl,"calendar");			
}