ball.top = yoff; ball.left = xoff; if (yoff<= 150) {inc = 5;} if (yoff>= 300) {inc = -5;} setTimeout("move()", 50); } -->