//'********************************************************************
//'	Copyright (c) 1998-2004 Web Alchemy
//'********************************************************************
//'	/share_common/javascript/refocus.js
//'********************************************************************
//'	see "JavascriptIncludeParentRefocus"
//'********************************************************************

function	RefocusParentBrowser(url)
{
	window.opener.parent.location.href = url;
	window.opener.parent.focus();
}
