Во, вот за это спасибо. ошибку понял.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript">
function Xmove(i)
{
var xinetrval = setInterval(function(){i<100 ? document.getElementById('oneImg1').style.top=(i+=5) + "px" : clearInterval(xinetrval) },20);
}
</script>
</head>
<body>
<img id="oneImg1" src="http://javascript.ru/forum/image.php?u=11&dateline=1271099142" style="position:absolute; top:30px; left:20px; z-index:1" onclick="Xmove(30)" alt="">
</body>
</html>
Улучшил говнокод