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