function setActive(el) { if(el == 'zone=none'){ document.getElementById('wheretosearchIdpair').disabled = true; } else { document.getElementById('wheretosearchIdpair').disabled = false; } } function makeChoise(element) { tmp_value=element.value; if (!tmp_value) tmp_value=element; $('#wheretosearchIdpair').empty(); $.post('/ajax.php?page=hotelsSearch&action=getCity&'+tmp_value, '', function(response) { eval( "var reply = "+response+";"); if (reply.result) { setActive(element.value); if (reply.type == 'admregion') { $.each(reply.cities, function(i,item) {$("