        function changeLocation()
        {
            switch (Location.value)
            {
                case "2":
                    window.location.href = "adygea.shtml";
                    break;
                case "3":
                    window.location.href = "kalmykia.shtml";
                    break;
                case "4":
                    window.location.href = "krasnodar.shtml";
                    break;
                case "5":
                    window.location.href = "astrakhan.shtml";
                    break;
                case "6":
                    window.location.href = "volgograd.shtml";
                    break;
                case "7":
                    window.location.href = "rostov.shtml";
                    break;
            }
        }
