function calendar(){$('calendar-month').update(libelle_mois[mois]);$('calendar-year').update(annee);var action=testdom('events','ajax_calendar.php','/appel_ajax.php');new Ajax.Updater('calendar-body',action,{parameters:{annee:annee,mois:mois+1,id_site:ID_SITE,file:'ajax_calendar.php',sid:SESSION_ID,lng:LNG,module:'events'},asynchronous:false,evalScripts:true})}function maj_date(maj_annee,maj_mois){today=new Date(maj_annee,maj_mois,1);annee=today.getFullYear();mois=today.getMonth();calendar()}
