function DO() {

var mov = document.getElementById('mov');
mov.style.left = "93px";
}
