function next(mes, any,href,cicle) {
//    document.getElementById('calendari').innerHTML = auditori.secciones.programacio.llistat.nextMonth(dia,mes,href,cicle).value;
    new Ajax.Updater("calendari", absHREF("components/calendari.aspx?accion=nextMonth&mes=" + mes + "&any=" + any + "&href=" + href + "&cicle=" + cicle));
}
function prev(mes, any,href,cicle) {
//    document.getElementById('calendari').innerHTML = auditori.secciones.programacio.llistat.prevMonth(dia,mes,href,cicle).value;
	new Ajax.Updater("calendari", absHREF("components/calendari.aspx?accion=prevMonth&mes=" + mes + "&any=" + any + "&href=" + href + "&cicle=" + cicle)); 
}
function nextAvancat(mes, any,href) {
//    document.getElementById('calendari').innerHTML = auditori.secciones.programacio.llistat.nextMonthAvancat(dia,mes,href).value;
	new Ajax.Updater("calendari", absHREF("components/calendari.aspx?accion=nextMonthAvancat&mes=" + mes + "&any=" + any + "&href=" + href));
}
function prevAvancat(mes, any,href) {
//    document.getElementById('calendari').innerHTML = auditori.secciones.programacio.llistat.prevMonthAvancat(dia,mes,href).value;
	new Ajax.Updater("calendari", absHREF("components/calendari.aspx?accion=prevMonthAvancat&mes=" + mes + "&any=" + any + "&href=" + href));
}
