function moveBG(BgId,TopPixel){
	document.getElementById(BgId).style.backgroundPosition="0% "+TopPixel+"%";
}

