function close_click(url){
	window.opener.location.replace(url);
	window.close();
	//document.location = url;
}