/* by Ascaria */

function movemenu(pixely)
  {
  document.getElementById('menu').style.backgroundPosition = '0px '+pixely+'px';
  }
