function floatButton () {
if (document.all) {
document.all.Oobj54.style.pixelTop = document.body.scrollTop + 242;
}
else if (document.layers) {
document.Oobj54.top = window.pageYOffset;
}
else if (document.getElementById) {
document.getElementById('Oobj54').style.top = window.pageYOffset + 242;
   }
}
if (document.all)
window.onscroll = floatButton;
else
setInterval ('floatButton()', 10);
