function changeBG(pos)
{
document.getElementById('world').style.backgroundPosition = pos;
}

