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