function move_bottom_fade()
{
document.getElementById('bottom_fade').style.top=document.body.scrollTop+document.body.clientHeight-28;
}

function move_top_fade()
{
document.getElementById('top_fade').style.top=document.body.scrollTop;
}