// JavaScript Document

function naptar_step(ev,ho)
{
	var a = new sendAjax(
		"/civilek/includes/naptar.php",
		"&year="+ev+"&month="+ho,
		function(responseText)
		{
			get("mainnaptar").innerHTML = responseText;
		}
	)
}
