function gotoUri(uri) {
    window.location = uri;
    return true;
}
