function krok1() {
	document.getElementById('krok1').className = 'hidden';
	document.getElementById('krok2').className = 'normal';
	void(0);
}

function krok2() {
	document.getElementById('krok2').className = 'hidden';
	document.getElementById('krok1').className = 'normal';
	void(0);
}

function rezSubmit() {
	data1 = document.getElementById('data_przyjazdu').value;
	data2 = document.getElementById('data_wyjazdu').value;
		
	window.open('index.php?id=rezerwacja&tstyle=fempty&data1=' + data1 + '&data2=' + data2,'rezerwacja','toolbars=no,width=590,height=500');
}

function pokazPakiet(id) {
	
	window.open('index.php?id=pakiety&tstyle=fempty&pakiet=' + id,'rezerwacja','toolbars=no,scrollbars=yes,width=590,height=500');
}