function moveIt(obj, mvTop) {
	obj.style.top = mvTop;
}
