function setBgPos(id,position)
	{
	  if( document.getElementById )
		document.getElementById(id).style.backgroundPosition = position;
	}