﻿function goto(url) {
    window.location = url;
}
    
