	function uButton(y)
     {
     		if (document.getElementById)
         	{
         		 var button = document.getElementById("teamMap");
         		 button.style.backgroundPosition="0px "+y+"px";
          	}
     }
