function GoParent( url )
{
	try{ opener.location.href = url; }
	catch(e){ window.open( url ); }
}