
        function changeLocation(location) {
            if (location != "SELECT") {
                document.location.href = "/" + location.toLowerCase() + "/index.shtml";
            }
        }
