  function absTop(el) {
	return el.offsetTop;
  }
  function absLeft(el) {
	return el.offsetLeft;
  }