function loadmia() {
    var nr = $("#woj").val();
    var typ = $("#typ").val();
    $("#smia").load('ajax.php?idw=' +nr + '&typ=' + typ);
}

function Woj() {
    var nr = $("#woj").val();
    if (nr == '')
	document.location.href = '/punkty.html';
    else
	document.location.href = '/' + nr + '/';
}

function Mia() {
    var nr = $("#woj").val();
    if (nr == '') nr = 'punkty.html';
    var mi = $('#mia').val();

    document.location.href = '/' + nr + '/' + mi + '/';
}
