function s(id){
    return document.getElementById(id)
}

function go(URL){
    return document.location = URL;
}
