﻿function onchange() {
    if (document.details.title.value == "Other") {
        window.location = "/Our-Dealers/Aberdeenshire/"

    }
} 