<!-- 
 // This function determines if strInput is empty:
 //        Example usage: if (isEmpty(form.login.value)) { ...
  function isEmpty(strInput) {
   if (strInput == "" || strInput == null) { return true; }
   return false;
  } //isEmpty
  
//Assigning a name to the parent window
name = 'mainwindow';
//Quick Links Menu Jump
function goQuickLink(form) {
   window.open(form2.quick.options[form2.quick.selectedIndex].value,'NewWindow', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=450');
   return false;
} 
//Drop-Down Menu Jump
function goThere(form) {
  self.location = form.url.options[form.url.selectedIndex].value;
} 

//Drop-Down Menu Jump for Odds Page
 function goOdds(menu) {
  self.location = menu.options[menu.selectedIndex].value;
 } // function goOdds

//Open Login Window
function openLoginWindow() {
  newWindow = window.open("","login","height=213,width=213,top=250,left=250,resizable=no,scrollbars=no");
  newWindow.location = "/pop_login.asp";
 } 
 
//Image Rollovers
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
<!-- Layers JS //-->
var numberofwindows=0;
var menutop;
window.onerror = errorHandler;
function errorHandler(message, url, lineno) {
        return true;
} 
function myopen(filename,windowname,properties) {
    mywindow = window.open(filename,windowname,properties);
    if (mywindow != null) {
    numberofwindows = numberofwindows + 1;
    }
}
function closewindow()  {
    if (numberofwindows > 0) {
        mywindow.close();    
    }
}
function mouseHandler() {}
function showLayer(layerName) {
        if ((layerName != "") || (layerName != null)) {
 	eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');
        }
}
function hideLayer(layerName) {
        if ((layerName !="") || (layerName !=null))
	eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');
}
function mouseHandler(mode,item) {
	if(mode == 'over' && item == 'NFL') { showLayer('NFL'); hideLayer('MLB'); hideLayer('CFB'); hideLayer('AFL'); hideLayer('CFL'); hideLayer('WNBA'); hideLayer('NASCAR'); 		hideLayer('NHL'); hideLayer('NBA'); hideLayer('CBB'); hideLayer('pickpoll');} 
	if(mode == 'over' && item == 'MLB') { showLayer('MLB'); hideLayer('CFB'); hideLayer('AFL');	hideLayer('CFL'); hideLayer('WNBA');hideLayer('NASCAR'); hideLayer('NHL');		hideLayer('NBA'); hideLayer('NFL');	hideLayer('CBB'); hideLayer('pickpoll');} 
	if(mode == 'over' && item == 'CFB') { showLayer('CFB'); hideLayer('MLB'); hideLayer('AFL');	hideLayer('CFL'); hideLayer('WNBA');	hideLayer('NASCAR'); hideLayer('NHL');		hideLayer('NBA'); hideLayer('NFL');	hideLayer('CBB'); hideLayer('pickpoll');} 
	if(mode == 'over' && item == 'AFL') { showLayer('AFL'); hideLayer('MLB'); hideLayer('CFB');	hideLayer('CFL'); hideLayer('WNBA'); hideLayer('NASCAR'); hideLayer('NHL');		hideLayer('NBA'); hideLayer('NFL');	hideLayer('CBB'); hideLayer('pickpoll');} 
	if(mode == 'over' && item == 'CFL') { showLayer('CFL'); hideLayer('MLB'); hideLayer('CFB');hideLayer('AFL'); hideLayer('WNBA');hideLayer('NASCAR');hideLayer('NHL');	hideLayer('NBA');hideLayer('NFL');hideLayer('CBB'); hideLayer('pickpoll');} 
	if(mode == 'over' && item == 'WNBA') { showLayer('WNBA'); hideLayer('MLB'); hideLayer('CFB');hideLayer('AFL'); hideLayer('CFL');hideLayer('NASCAR');hideLayer('NHL');		hideLayer('NBA');hideLayer('NFL');hideLayer('CBB'); hideLayer('pickpoll');} 
	if(mode == 'over' && item == 'NHL') { showLayer('NHL'); hideLayer('MLB'); hideLayer('CFB');hideLayer('AFL'); hideLayer('CFL');hideLayer('NASCAR');hideLayer('WNBA');		hideLayer('NBA');hideLayer('NFL');hideLayer('CBB'); hideLayer('pickpoll');} 
	if(mode == 'over' && item == 'NBA') { showLayer('NBA'); hideLayer('MLB'); hideLayer('CFB');hideLayer('AFL'); hideLayer('CFL');hideLayer('NASCAR');hideLayer('WNBA');		hideLayer('NHL');hideLayer('NFL');hideLayer('CBB'); hideLayer('pickpoll');} 
	if(mode == 'over' && item == 'CBB') { showLayer('CBB'); hideLayer('MLB'); hideLayer('CFB');hideLayer('AFL'); hideLayer('CFL');hideLayer('NASCAR');hideLayer('WNBA');	hideLayer('NHL');hideLayer('NFL');hideLayer('NBA'); hideLayer('pickpoll');} 
	if(mode == 'over' && item == 'NASCAR') { showLayer('NASCAR'); hideLayer('MLB'); hideLayer('CFB');hideLayer('AFL'); hideLayer('CFL');hideLayer('CBB');hideLayer('WNBA');		hideLayer('NHL');hideLayer('NFL');hideLayer('NBA'); hideLayer('pickpoll');} 
	if(mode == 'out') { hideLayer('WNBA'); hideLayer('MLB'); hideLayer('CFB');hideLayer('AFL'); hideLayer('CFL');hideLayer('NASCAR');hideLayer('NHL');hideLayer('NBA');		hideLayer('NFL');hideLayer('CBB'); showLayer('pickpoll');} 
} //end mouseHandler
if (navigator.appName == "Netscape") {
	layerRef="document.layers";
  	styleSwitch="";
    } else {
    	layerRef="document.all";
    	styleSwitch=".style";
    }
ns=0;
layerRef="document.all"
styleSwitch=".style"
if (navigator.appName == "Netscape") {
	ns=1;
	layerRef="document.layers"
  	styleSwitch=""
}
function sety(layerName,menutop) {  
	if ((layerName !="") || (layerName !=null)) {
		eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.top='+menutop);
	}
}
<!-- End Layers JS // -->
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
sety("NFL",menutop);
sety("CFB",menutop);
sety("AFL",menutop);
sety("CFL",menutop);
sety("NBA",menutop);
sety("CBB",menutop);
sety("WNBA",menutop);
sety("MLB",menutop);
sety("NHL",menutop);
sety("NASCAR",menutop);
// -->