var url = '';
function winChg(url){
	window.opener.location.href = url;
	window.opener.focus();
}