function calendar_update(mon,yea) {
	new Ajax.Updater(
						'calendar_inline',
						'/ajax_call.php?proc=render_calendar&mon='+mon+'&yea='+yea, 
						{asynchronous:true}
					);
}