document.write('
')
function HidenTable()
{
document.getElementById('table120240Gift').style.display='none'
}
var timer
function scrolltop()
{
document.getElementById('table120240Gift').style.top=document.body.scrollTop+document.body.offsetHeight-15-document.getElementById('table120240Gift').offsetHeight
timer=setTimeout("scrolltop()",1)
}
function stoptimer()
{
clearTimeout(timer)
}
scrolltop()