function over(o, p) {

    o.style.backgroundPosition = "center "+ (-p) +"px"; 
}

