function over(img,ref) { document.images[img].src = ref; }

function preloadImg(file){
  image = new Image();
  image.src = file;
}

function rol_img() {	
	preloadImg('img/menu/home-on.gif');
	preloadImg('img/menu/apparel-on.gif');
	preloadImg('img/menu/teams-on.gif');
	preloadImg('img/menu/conferences-on.gif');
	preloadImg('img/menu/stats-on.gif');
	preloadImg('img/menu/schedules-on.gif');
	preloadImg('img/menu/standings-on.gif');
	preloadImg('img/menu/world_series-on.gif');
}
