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