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

