    function gotothis(link) {
    window.opener.location = link;
    window.close();
    }