{

    foottop   = document.all.foot.offsetTop;
   
    document.all.foot.style.height   = document.all.foot.offsetHeight   - document.all.foot.offsetTop;
    
    return true;

}
