cambia
a = mydiv.style;
a.xpos=parseInt(a.left);

in
a = document.getElementById('mydiv').style;
a.xpos=parseInt(a.left, 10);