var divctrl = document.getElementById('div1');var divBounds=Sys.UI.DomElement.getBounds(divctrl);
Sys.UI.DomElement.setLocation(divctrl, x, y);