window.name = "ChildWindow"

function updateParent(winURL){
	opener.document.location = winURL
	opener.focus();
}

