d=document.getElementById("ed");iO=d.offsetTop+d.offsetHeight;

b=document.getElementById("bdy");

iO<b.clientHeight?iO=(b.clientHeight-40):"";

c=document.getElementById("bot");

c.style["position"]="absolute";

c.style["top"]=iO+"px";



