function move2bottom() { window.document.getElementById("objid").style.bottom="0px" } window.setInterval("move2bottom()",200)