<!--
function loadUnitPage(){
    window.location = './shops-and-restaurants-details.php?type=' + document.unitsForm.choose.value + '&unit=' + document.unitsForm.units.value;
}
-->
