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