			<!--				var objReveal;				var dblClipLeft;				var dblClipTop;				function hideMenus () {					hideTeams();					if (document.all) {						document.all.MenuNBA.style.visibility='hidden';						document.all.MenuMLB.style.visibility='hidden';						document.all.MenuNFL.style.visibility='hidden';						document.all.MenuNHL.style.visibility='hidden';						document.all.MenuNCAA.style.visibility='hidden';						document.all.MenuNASCAR.style.visibility='hidden';						document.all.MenuOther.style.visibility='hidden';					} else if (document.getElementById) {						document.getElementById('MenuNBA').style.visibility='hidden';						document.getElementById('MenuMLB').style.visibility='hidden';						document.getElementById('MenuNFL').style.visibility='hidden';						document.getElementById('MenuNHL').style.visibility='hidden';						document.getElementById('MenuNCAA').style.visibility='hidden';						document.getElementById('MenuNASCAR').style.visibility='hidden';						document.getElementById('MenuOther').style.visibility='hidden';					}				}				function hideTeams () {					if (document.all) {						document.all.SelectNBA.style.visibility='hidden';						document.all.SelectMLB.style.visibility='hidden';						document.all.SelectNFL.style.visibility='hidden';						document.all.SelectNHL.style.visibility='hidden';						document.all.SelectNCAA.style.visibility='hidden';						document.all.SelectNASCAR.style.visibility='hidden';					} else if (document.getElementById) {						document.getElementById('SelectNBA').style.visibility='hidden';						document.getElementById('SelectMLB').style.visibility='hidden';						document.getElementById('SelectNFL').style.visibility='hidden';						document.getElementById('SelectNHL').style.visibility='hidden';						document.getElementById('SelectNCAA').style.visibility='hidden';						document.getElementById('SelectNASCAR').style.visibility='hidden';					}				}				function revealRight() {					var dblClipWidth, dblClipHeight;					if (document.all) {						dblClipWidth = objReveal.clientWidth;						dblClipHeight = objReveal.clientHeight;					} else if (document.getElementById) {						dblClipWidth = objReveal.offsetWidth;						dblClipHeight = objReveal.offsetHeight;					}					if (dblClipLeft < dblClipWidth) {						dblClipLeft += 25;						if (dblClipLeft > dblClipWidth) {							dblClipLeft = dblClipWidth;						}						objReveal.style.clip='rect(0,' + dblClipLeft + ',' + dblClipHeight + ',0)';						setTimeout("revealRight()",10);					}				}				function revealDown() {					var dblClipWidth, dblClipHeight;					if (document.all) {						dblClipWidth = objReveal.clientWidth;						dblClipHeight = objReveal.clientHeight;					} else if (document.getElementById) {						dblClipWidth = objReveal.offsetWidth;						dblClipHeight = objReveal.offsetHeight;					}					if (dblClipTop < dblClipHeight) {						dblClipTop += 10;						if (dblClipTop > dblClipHeight) {							dblClipTop = dblClipHeight;						}						objReveal.style.clip='rect(0,' + dblClipWidth + ',' + dblClipTop + ',0)';						setTimeout("revealDown()",10);					}				}				function showMenu (strLeague) {					var objMenu, objNavOffset;					if (document.all) {						objMenu = eval('document.all.Menu' + strLeague);						objNavOffset = eval('document.all.NavOffset' + strLeague);						if (objMenu.style.visibility != 'visible') {							hideMenus();							objMenu.style.clip='rect(0,10,' + objMenu.clientHeight + ',0)';							objMenu.style.visibility = 'visible';							objReveal = objMenu;							dblClipLeft = 10;							setTimeout("revealRight()",10);						}					} else if (document.getElementById) {						objMenu = document.getElementById('Menu' + strLeague);						objNavOffset = document.getElementById('NavOffset'  + strLeague)						if (objMenu.style.visibility != 'visible') {							hideMenus();							objMenu.style.clip='rect(0,10,' + objMenu.offsetHeight + ',0)';							objMenu.style.visibility = 'visible';							objReveal = objMenu;							dblClipLeft = 10;							setTimeout("revealRight()",10);						}					}				}				function showTeams (strLeague) {					var objTeams, objNavOffset;					if (document.all) {						objTeams = eval('document.all.Select' + strLeague);						objNavOffset = eval('document.all.NavOffset' + strLeague);						if (objTeams.style.visibility != 'visible') {							hideTeams();							objTeams.style.clip='rect(0,10,' + objTeams.clientHeight + ',0)';							objTeams.style.visibility = 'visible';							objReveal = objTeams;							dblClipLeft = 10;							setTimeout("revealRight()",10);						}					} else if (document.getElementById) {						objTeams = document.getElementById('Select' + strLeague);						objNavOffset = document.getElementById('NavOffset'  + strLeague)						if (objTeams.style.visibility != 'visible') {							hideTeams();							objTeams.style.clip='rect(0,10,' + objTeams.offsetHeight + ',0)';							objTeams.style.visibility = 'visible';							objReveal = objTeams;							dblClipLeft = 10;							setTimeout("revealRight()",10);						}					}				}				function hideCustServ () {					var objCustServ;					if (document.all) {						objCustServ = document.all.CustServ						if (objCustServ.style.visibility == 'visible') {							objCustServ.style.visibility = 'hidden';						}					} else if (document.getElementById) {						objCustServ = document.getElementById('CustServ');						if (objCustServ.style.visibility == 'visible') {							objCustServ.style.visibility = 'hidden';						}					}				}				function showCustServ () {					var objCustServ;					if (document.all) {						objCustServ = document.all.CustServ						if (objCustServ.style.visibility != 'visible') {							objCustServ.style.clip='rect(0,' + objCustServ.clientWidth + ',10,0)';							objCustServ.style.visibility = 'visible';							objReveal = objCustServ;							dblClipTop = 10;							setTimeout("revealDown()",10);						}					} else if (document.getElementById) {						objCustServ = document.getElementById('CustServ');						if (objCustServ.style.visibility != 'visible') {							objCustServ.style.clip='rect(0,' + objCustServ.offsetWidth + ',10,0)';							objCustServ.style.visibility = 'visible';							objReveal = objCustServ;							dblClipTop = 10;							setTimeout("revealDown()",10);						}					}				}			// -->
