/*
Juwelier Visser

Copyright © 2007-2008 MSHdesign.nl. All rights reserved.
*/
function fsbutton(n,y)
{ if (document.getElementById)
  {
    var button = document.getElementById("b"+n);
    button.style.backgroundPosition="0px "+y+"px";
  }
}
