$(document).ready(function(){
});

function strona(page){ //strona towarow
	window.location.href=$("base").attr("href")+'klient/zamowienia/'+page+'.html';
}

function show_selects(type){
	if(type==1){
		$('.type_2').hide();
		$('.type_1').show();
	}
	else if(type==2){
		$('.type_1').hide();
		$('.type_2').show();
	}
}

function jak_wyzej(){
	if($('input[name="jw"]').attr("checked")==true){
		$('input[name="adres"]').val( $('input[name="f_adres"]').val() );
		$('input[name="kod_pocztowy"]').val( $('input[name="f_kod_pocztowy"]').val() );
		$('input[name="miasto"]').val( $('input[name="f_miasto"]').val() );
	}
}
