function zmienTermin(IDO)
{

	// IDO - numer identyfikacyjny oferty

	var lista = document.getElementById('innyTermin');

	if(lista.value != '0')
	{
		document.location = '/oferty/' + IDO + '/' + lista.value;
	}

}

function rezerwujInny(IDO)
{
	var button = document.getElementById('termin');

	document.location = '/rezerwuj/' + IDO + '/' + button.value;
}
