function setPosition(obj, x, y) { obj.style.left = x+'px'; obj.style.top = y+'px'; }
obj.style.left = x+'px';
obj.style.top = y+'px';