function moveEltBy (elt, x, y) { if (is.nav4up) elt.moveBy(x, y); else if (is.ie4up) { elt.style.pixelLeft += x; elt.style.pixelTop += y; } }