function show_calendar($month, $year) {


	var zmienna_11 = new XHR({
		onRequest: function(){
		},
		onSuccess: function(){
			document.getElementById('calendar_imprezy').innerHTML=this.response.text;	

		}
	});

	zmienna_11.method='post';
	zmienna_11.send('ajaxphp/ajax.php5?name=show_calendar&month='+$month+'&year='+$year,null);


}




function show_calendar_kul($month, $year) {


	var zmienna_11 = new XHR({
		onRequest: function(){
		},
		onSuccess: function(){
			document.getElementById('calendar_imprezy').innerHTML=this.response.text;	

		}
	});

	zmienna_11.method='post';
	zmienna_11.send('ajaxphp/ajax.php5?name=show_calendar_kul&month='+$month+'&year='+$year,null);


}




function show_calendar_2($month, $year, $day) {


	var zmienna_11 = new XHR({
		onRequest: function(){
		},
		onSuccess: function(){
			document.getElementById('calendar_imprezy').innerHTML=this.response.text;	

		}
	});

	zmienna_11.method='post';
	zmienna_11.send('ajaxphp/ajax.php5?name=show_calendar_2&month='+$month+'&year='+$year+'&day='+$day,null);


}

function show_calendar_3($month, $year) {


	var zmienna_11 = new XHR({
		onRequest: function(){
		},
		onSuccess: function(){
			document.getElementById('calendar_imprezy').innerHTML=this.response.text;	

		}
	});

	zmienna_11.method='post';
	zmienna_11.send('ajaxphp/ajax.php5?name=show_calendar_3&month='+$month+'&year='+$year,null);


}

