//-->
function tron(tr) { tr.style.backgroundColor = "#c5eafc"; }
function troff(tr) { tr.style.backgroundColor = "#ffffff"; }
function close_scroll() { document.getElementById("HFloating").style.visibility="hidden"; }

function Birthday()
{
	properties = "status=0,toolbar=0,menubar=0,location=0,directories=0,scrollbars=1,resizable=0,width=600,height=350,top=100,left=220";
	win = window.open("/premier_league/birthday.asp","Birthday",properties); win.focus();
}

// Not click and drag //
function noclick() { document.oncontextmenu = new Function ("return false"); }
function nodrag() { document.ondragstart = new Function ("return false"); document.onselectstart = new Function ("return false"); }
function noclickdrag() { document.ondragstart = new Function ("return false"); document.onselectstart = new Function ("return false"); document.oncontextmenu = new Function ("return false"); }
