function UpdateGlobal()
	{
	if (AcceptCookies()==true)
		{
		document.getElementById('Top1_GlobalDisplay').className = 'on';
		}
	}
function UpdateGlobal2()
	{
	if (AcceptCookies()==false)
		{
		document.location = '/language.aspx?New=OK&Ref=' + document.location;
		};
	}

window.onload=UpdateGlobal;
