function gotoURL(URL) {
    window.location.href = URL;
}
