// JavaScript Document

function goTo(url) {
        window.location.href = url;
}