function LoadParent(strAction)
{
	opener.location.href = strAction;
	opener.focus();
}

function EndSelector(strAction)
{
	opener.location.href = strAction;
	opener.focus();
	window.close();
}