function goto(adr) {
    window.location = adr;
    return false;
}
