$(document).ready(function(){
	//$('#id_years').numeric();
	//$('#id_current_savings').numeric({allow:','});
	//$('#id_saving_amount').numeric({allow:','});
	//$('#id_interest_rate').numeric({allow:','});
	var targetOffset = $('#wyniki').offset().top;
	if (targetOffset > 300) $('html,body').animate({scrollTop: targetOffset}, 1000);
});
