function zmienWoj(){

window.location = document.getElementById('woj')[document.getElementById('woj').selectedIndex].value;
}


function recalcOrder(e, id){
	

	
	var keycode;
	if (window.event) keycode = window.event.keyCode;
	else if (e) keycode = e.which;
	

	if(keycode == 13){
		document['recalc_'+id].submit();
	}
}





