function moveImage() {
    var     tmp = "background-position: 0px " + timer + "px";
    document.getElementById("logo").setAttribute("style", tmp );
    timer = ( timer - 1 );
};

