 $(document).ready(function() {
 	//console.log(items[0]);
  	$("#kapcsolat").click(function() {
		      $('#kapcsolat_form').fadeIn('fast', function() {
              	$("html, body").animate({ scrollTop: $(document).height() }, 1000);
          });
		  }
  	);
 });
