function bgPos(i,y) {
	document.getElementById(i).style.backgroundPosition = '0px -' + y + 'px';
}
