if i change
<?php $regionId = $_GET[sRegion]; ?>
with
<?php $regionId = $region['pk_i_id']; ?>
after initial search, region dropdown is ok and in city dropdown i see the list of cities but they are always the same, no matter from which location you started, so still wrong.