cobrandCookieReadWrite("cobrand",cobrand,"");

function updateParent(URL)
{
	if (window.opener != null)
	{
		opener.focus();
		opener.location=URL;
	}
	else
		window.open(URL);
}