gotoPageAndClose = function(url) {
    opener.location.href = url;
    window.close();
}

