function repositionTo(obj, xL, yL) {
    var theObj = (olNs4 ? obj : obj.style);
    theObj.left = xL + (!olNs4 ? 'px' : 0);
    theObj.top = yL + (!olNs4 ? 'px' : 0);
}